org.apache.qpid.server.management
Interface Managable
- All Known Subinterfaces:
- AMQQueue
- All Known Implementing Classes:
- AbstractExchange, AMQPriorityQueue, AMQProtocolEngine, ConflationQueue, DirectExchange, FanoutExchange, HeadersExchange, SimpleAMQQueue, TopicExchange
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()
Licensed to the Apache Software Foundation