- 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 Deprecated.This transport is no longer supported.An RMIServerImplthat 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
 
- 
- 
Constructor SummaryConstructors Constructor Description RMIIIOPServerImpl(Map<String,?> env)Deprecated.
 - 
Method Summary- 
Methods declared in class javax.management.remote.rmi.RMIServerImplclientClosed, close, closeClient, closeServer, export, getDefaultClassLoader, getMBeanServer, getProtocol, makeClient, newClient, setDefaultClassLoader, setMBeanServer, toStub
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface javax.management.remote.rmi.RMIServergetVersion
 
- 
 
- 
- 
- 
Constructor Detail- 
RMIIIOPServerImplpublic RMIIIOPServerImpl(Map<String,?> env) throws IOException Deprecated.- Parameters:
- env- the environment containing attributes for the new- RMIServerImpl. Can be null, which is equivalent to an empty Map.
- Throws:
- IOException- if the RMI object cannot be created.
 
 
- 
 
-