| Package | Description |
|---|---|
| javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RMIConnectionImpl
Implementation of the
RMIConnection interface.
|
| Modifier and Type | Method and Description |
|---|---|
protected RMIConnection |
RMIJRMPServerImpl.makeClient(String
Creates a new client connection as an RMI object exported through JRMP.
|
protected RMIConnection |
RMIIIOPServerImpl.makeClient(String
Creates a new client connection as an RMI object exported through IIOP.
|
protected abstract RMIConnection |
RMIServerImpl.makeClient(String
Creates a new client connection.
|
RMIConnection |
RMIServer.newClient(Object
Makes a new connection through this RMI connector.
|
RMIConnection |
RMIServerImpl.newClient(Object
Creates a new client connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RMIServerImpl.clientClosed(RMIConnection
Method called when a client connection created by
makeClient is closed.
|
protected void |
RMIJRMPServerImpl.closeClient(RMIConnection
|
protected void |
RMIIIOPServerImpl.closeClient(RMIConnection
|
protected abstract void |
RMIServerImpl.closeClient(RMIConnection
Closes a client connection made by
makeClient.
|