public class SOAPConnector extends HTTPConnector
| Constructor and Description |
|---|
SOAPConnector(javax.management.remote.JMXServiceURL url,
java.util.Map environment) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.management.MBeanServerConnection |
doGetMBeanServerConnection(javax.security.auth.Subject delegate)
Template method to be implemented by subclasses to return an MBeanServerConnection
for the given delegate subject.
|
createHeartBeat, createRemoteNotificationClientHandler, doClose, doConnect, getConnectionId, getHTTPConnection, getRemoteNotificationClientHandleraddConnectionNotificationListener, close, connect, connect, createConnectionNotificationEmitter, getAddress, getConnectionNotificationEmitter, getMBeanServerConnection, getMBeanServerConnection, isClosed, isConnected, removeConnectionNotificationListener, removeConnectionNotificationListener, sendConnectionNotificationClosedpublic SOAPConnector(javax.management.remote.JMXServiceURL url,
java.util.Map environment)
throws java.io.IOException
java.io.IOExceptionprotected javax.management.MBeanServerConnection doGetMBeanServerConnection(javax.security.auth.Subject delegate)
throws java.io.IOException
AbstractJMXConnectorJMXConnection (or an equivalent client side connection object).
The JMXConnection object to which calls are delegated can in turn be a chain of
objects that decorate the call performing some other operation; the final object in
the chain is the one that really communicates with the server side, and it is normally
called doGetMBeanServerConnection in class HTTPConnectorjava.io.IOException