Package org.apache.qpid.server.management

Interface Summary
Managable Any object that can return a related MBean should implement this interface.
ManagedObject This should be implemented by all Managable objects.
ManagedObjectRegistry Handles the registration (and unregistration and so on) of managed objects.
 

Class Summary
AMQManagedObject This class provides additinal feature of Notification Broadcaster to the DefaultManagedObject.
DefaultManagedObject Provides implementation of the boilerplate ManagedObject interface.
JMXManagedObjectRegistry This class starts up an MBeanserver.
MBeanIntrospector This class is a utility class to introspect the MBean class and the management interface class for various purposes.
MBeanInvocationHandlerImpl This class can be used by the JMXConnectorServer as an InvocationHandler for the mbean operations.
NoopManagedObjectRegistry This managed object registry does not actually register MBeans.
 



Licensed to the Apache Software Foundation