Package org.jboss.mx.remoting

Interface Summary
LocationAware (src) LocationAware is an interface that can be implemented for objects that have an associated MBeanLocator and can be located via JMX Remoting.
 

Class Summary
ClientListener (src) ClientListener
JMXSubsystemInvocationHandler (src) JMXSubsystemInvocationHandler is a ServerInvocationHandler that will forward requests to the MBeanServer and return the results from the MBeanServer.
JMXUtil (src) JMXUtil is a set of utility functions for dealing with JMX servers and MBeans
MBeanLocator (src) MBeanLocator is used to uniquely indentify and locate a specific MBean on the JMX remoting network.
MBeanNotificationCache (src) MBeanNotificationCache is an object that queues all the server side JMX notifications on behalf of a client invoker.
MBeanServerClientInvokerProxy (src) MBeanServerClientInvokerProxy is an MBeanServer dynamic proxy that will forward all MBeanServer requests to a remote MBeanServer via a RemoteClientInvoker.
MBeanServerLocator (src) MBeanServerLocator is an object that is used to identify and locate an MBeanServer on the network via JMX Remoting.
MBeanServerRegistry (src) MBeanServerRegistry is a registry for remote MBeanServer proxies that are registered in the local JVM.
MBeanTransportPreference (src) 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 (src) MoveableMBean is a Dynamic Proxy to an MBean that exists on a JMX Network.
NotificationEntry (src) 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 (src) NotificationQueue is an object that holds one or more NotificationEntry objects.