java.lang.Objectjavax.management.remote.rmi.RMIServerImpl
javax.management.remote.rmi.RMIJRMPServerImpl
All Implemented Interfaces:
RMIServer, Closeable
An RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP. User code does not usually reference this class directly.
1.5 - | Constructor: |
|---|
Creates a new RMIServer object that will be exported on the given port using the given socket factories.
|
| Method from javax.management.remote.rmi.RMIJRMPServerImpl Summary: |
|---|
| closeClient, closeServer, export, getProtocol, makeClient, toStub |
| Methods from javax.management.remote.rmi.RMIServerImpl: |
|---|
| clientClosed, close, closeClient, closeServer, doNewClient, export, getDefaultClassLoader, getMBeanServer, getNotifBuffer, getProtocol, getVersion, makeClient, newClient, setDefaultClassLoader, setMBeanServer, setRMIConnectorServer, toStub |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.management.remote.rmi.RMIJRMPServerImpl Detail: |
|---|
|
Called by #close() to close the connector server by unexporting this object. After returning from this method, the connector server must not accept any new connections. |
|
|
Creates a new client connection as an RMI object exported
through JRMP. The port and socket factories for the new
RMIConnection object are the ones supplied
to the |
Returns a serializable stub for this RMIServer object. |