Package org.apache.qpid.server.management

Interface Summary
Managable Any object that can return a related MBean should implement this interface.
ManagedBroker The ManagedBroker is the management interface to expose management features of the Broker.
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  
ManagementConfiguration  
NoopManagedObjectRegistry This managed object registry does not actually register MBeans.
 

Annotation Types Summary
MBeanAttribute Annotation for MBean attributes.
MBeanConstructor Annotation for MBean constructors.
MBeanDescription Annotation for MBean class.
MBeanOperation Annotation for MBean operations.
MBeanOperationParameter Annotation for MBean operation parameters.