Class RMIIIOPServerImpl
- java.lang.Object
-
- javax.management.remote.rmi.RMIServerImpl
-
- javax.management.remote.rmi.RMIIIOPServerImpl
- All Implemented Interfaces:
-
Closeable
,AutoCloseable
,Remote
,RMIServer
@Deprecated public class RMIIIOPServerImpl extends RMIServerImpl
An RMIServerImpl
that is exported through IIOP and that creates client connections as RMI objects exported through IIOP. User code does not usually reference this class directly.
- Since:
- 1.5
- See Also:
RMIServerImpl
Constructors
Constructor | Description |
---|---|
RMIIIOPServerImpl(Map<String,?> env) | Deprecated. |
Methods
Methods declared in class javax.management.remote.rmi.RMIServerImpl
clientClosed, close, closeClient, closeServer, export, getDefaultClassLoader, getMBeanServer, getProtocol, makeClient, newClient, setDefaultClassLoader, setMBeanServer, toStub
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface javax.management.remote.rmi.RMIServer
getVersion
Constructors
RMIIIOPServerImpl
public RMIIIOPServerImpl(Map<String,?> env) throws IOException
Throws UnsupportedOperationException
- Parameters:
-
env
- the environment containing attributes for the newRMIServerImpl
. Can be null, which is equivalent to an empty Map. - Throws:
-
IOException
- if the RMI object cannot be created.
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/java.management.rmi/javax/management/remote/rmi/RMIIIOPServerImpl.html