|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ConnectionResolver.lookupClient(javax.management.remote.JMXServiceURL, java.util.Map)
to the server side
ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map)
to a place specified in the JMXServiceURL.
RMIConnection
calls,
performing wrapping of parameters and/or the needed actions.MBeanServerConnection.getAttribute(javax.management.ObjectName, java.lang.String)
, MBeanServerConnection.invoke(javax.management.ObjectName, java.lang.String, java.lang.Object[], java.lang.String[])
and so on.JMXConnectors
that use heartbeat to check if the
connection with JMXConnectorServers
is still alive.
JMXConnector
and a
JMXConnectorServer
failed, at which a
notification failed
is emitted.
JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES
mx4j.remote.ConnectionResolver
subclasses
MBeanServer
calls,
performing unwrapping of parameters and/or the needed actions.Subject.doAsPrivileged(javax.security.auth.Subject, java.security.PrivilegedAction, java.security.AccessControlContext)
invocation,
in order to execute the code under subject-based security, and to perform subject delegation.ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map)
from the place specified in the JMXServiceURL.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |