Uses of Class
org.apache.qpid.server.exchange.AbstractExchangeMBean

Packages that use AbstractExchangeMBean
org.apache.qpid.server.exchange   
 

Uses of AbstractExchangeMBean in org.apache.qpid.server.exchange
 

Subclasses of AbstractExchangeMBean in org.apache.qpid.server.exchange
(package private)  class DirectExchangeMBean
          MBean class implementing the management interfaces.
(package private)  class FanoutExchangeMBean
          MBean class implementing the management interfaces.
(package private)  class HeadersExchangeMBean
          HeadersExchangeMBean class implements the management interface for the Header Exchanges.
(package private)  class TopicExchangeMBean
          TopicExchangeMBean class implements the management interface for the Topic exchanges.
 

Fields in org.apache.qpid.server.exchange declared as AbstractExchangeMBean
protected  AbstractExchangeMBean AbstractExchange._exchangeMbean
           
 

Methods in org.apache.qpid.server.exchange that return AbstractExchangeMBean
protected abstract  AbstractExchangeMBean AbstractExchange.createMBean()
          Concrete exchanges must implement this method in order to create the managed representation.
protected  AbstractExchangeMBean DirectExchange.createMBean()
           
protected  AbstractExchangeMBean FanoutExchange.createMBean()
           
protected  AbstractExchangeMBean HeadersExchange.createMBean()
           
protected  AbstractExchangeMBean TopicExchange.createMBean()
           
 



Licensed to the Apache Software Foundation