|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmx4j.tools.remote.AbstractJMXConnector
mx4j.tools.remote.http.HTTPConnector
mx4j.tools.remote.caucho.hessian.HessianConnector
A JSR 160 implementation of a JMXConnector over Caucho's Hessian protocol
(http://www.caucho.com/hessian).
IMPORTANT NOTE:
This JMXConnector is still in experimental status, so compatibility with
newer version may broke, especially regarding hessian serialization of JMX classes.
BurlapConnector
,
Serialized FormField Summary |
Fields inherited from interface javax.management.remote.JMXConnector |
CREDENTIALS |
Constructor Summary | |
HessianConnector(javax.management.remote.JMXServiceURL address,
java.util.Map environment)
|
Method Summary | |
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. |
Methods inherited from class mx4j.tools.remote.http.HTTPConnector |
createHeartBeat, createRemoteNotificationClientHandler, doClose, doConnect, getConnectionId, getHTTPConnection, getRemoteNotificationClientHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HessianConnector(javax.management.remote.JMXServiceURL address, java.util.Map environment) throws java.io.IOException
Method Detail |
protected javax.management.MBeanServerConnection doGetMBeanServerConnection(javax.security.auth.Subject delegate) throws java.io.IOException
AbstractJMXConnector
JMXConnection
(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 AbstractJMXConnector
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |