Package | Description |
---|---|
mx4j.tools.remote | |
mx4j.tools.remote.caucho | |
mx4j.tools.remote.caucho.burlap | |
mx4j.tools.remote.caucho.hessian | |
mx4j.tools.remote.http | |
mx4j.tools.remote.local |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerInvoker
This class implements partially the JMXConnection interface to forward the calls
to an MBeanServerConnection object (hence the name 'invoker').
|
class |
JMXConnectionHandler
This handler manages the operations related to the connection itself, such as
JMXConnectionHandler.close() , AbstractConnection.getConnectionId() . |
Modifier and Type | Method and Description |
---|---|
protected JMXConnection |
JMXConnectionHandler.getConnection() |
protected JMXConnection |
JMXConnectionMBeanServerConnection.getConnection() |
Constructor and Description |
---|
JMXConnectionHandler(JMXConnection connection,
ConnectionManager manager,
java.lang.String connectionId) |
JMXConnectionMBeanServerConnection(JMXConnection connection,
javax.security.auth.Subject delegate) |
Modifier and Type | Class and Description |
---|---|
class |
CauchoClientInvoker |
class |
CauchoService |
Modifier and Type | Class and Description |
---|---|
class |
BurlapClientInvoker |
Modifier and Type | Class and Description |
---|---|
class |
HessianClientInvoker |
Modifier and Type | Interface and Description |
---|---|
interface |
HTTPConnection |
Modifier and Type | Class and Description |
---|---|
class |
HTTPClientInvoker |
class |
HTTPConnectionHandler |
class |
HTTPServerInvoker
Implementation of the HTTPConnector interface that forwards the calls
to an MBeanServerConnection object.
|
class |
HTTPService |
Constructor and Description |
---|
HTTPConnectionHandler(JMXConnection connection,
ConnectionManager manager,
java.lang.String connectionId) |
HTTPConnectionMBeanServerConnection(JMXConnection connection,
javax.security.auth.Subject delegate,
RemoteNotificationClientHandler notificationHandler) |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalConnection |