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 |
JMXConnectionMBeanServerConnection.getConnection() |
protected JMXConnection |
JMXConnectionHandler.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 |
Modifier and Type | Class and Description |
---|---|
class |
SOAPClientInvoker |
class |
SOAPService
The server-side service (the WebService actually) where remote calls end up
after being parsed by Axis.
|
class |
SSLSOAPService
This 'pivot' is the one to be used when the invocation is uses the
https protocol
|