org.apache.qpid.server.management
Interface Managable
- All Known Implementing Classes:
- AbstractExchange, AMQMinaProtocolSession, AMQQueue, DestNameExchange, DestWildExchange, HeadersExchange
public interface Managable
Any object that can return a related MBean should implement this interface.
This enables other classes to get the managed object, which in turn is useful when
constructing relationships between managed objects without having to maintain
separate data structures containing MBeans.
getManagedObject
ManagedObject getManagedObject()