Class Summary |
ClientListener |
ClientListener |
JMXSubsystemInvocationHandler |
JMXSubsystemInvocationHandler is a ServerInvocationHandler that will forward requests to the
MBeanServer and return the results from the MBeanServer. |
JMXUtil |
JMXUtil is a set of utility functions for dealing with JMX servers and
MBeans |
MBeanLocator |
MBeanLocator is used to uniquely indentify and locate a specific MBean on the JMX remoting
network. |
MBeanNotificationCache |
MBeanNotificationCache is an object that queues all the server side JMX notifications on behalf
of a client invoker. |
MBeanServerClientInvokerProxy |
MBeanServerClientInvokerProxy is an MBeanServer dynamic proxy that will forward all
MBeanServer requests to a remote MBeanServer via a RemoteClientInvoker. |
MBeanServerLocator |
MBeanServerLocator is an object that is used to identify and locate
an MBeanServer on the network via JMX Remoting. |
MBeanServerRegistry |
MBeanServerRegistry is a registry for remote MBeanServer proxies that are registered in the local
JVM. |
MBeanTransportPreference |
MBeanTransportPreference is a utility class that will take into account the VM's setup transport
preferences when trying to create a preferred connection back to a remote MBeanServer. |
MoveableMBean |
MoveableMBean is a Dynamic Proxy to an MBean that exists on a JMX Network. |
NotificationEntry |
NotificationEntry represents a Notification passed back to the client from a remote
server so that the client can properly coorelate the Notification object with a specific
client-side listener object, based on the handback, which was passed to the server by the
client as a specific, unique key. |
NotificationQueue |
NotificationQueue is an object that holds one or more NotificationEntry objects. |