Uses of Interface
org.apache.qpid.server.management.Managable

Packages that use Managable
org.apache.qpid.server.exchange   
org.apache.qpid.server.protocol   
org.apache.qpid.server.queue   
 

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

Classes in org.apache.qpid.server.exchange that implement Managable
 class AbstractExchange
           
 class DirectExchange
           
 class FanoutExchange
           
 class HeadersExchange
          An exchange that binds queues based on a set of required headers and header values and routes messages to these queues by matching the headers of the message against those with which the queues were bound.
 class TopicExchange
           
 

Uses of Managable in org.apache.qpid.server.protocol
 

Classes in org.apache.qpid.server.protocol that implement Managable
 class AMQProtocolEngine
           
 

Uses of Managable in org.apache.qpid.server.queue
 

Subinterfaces of Managable in org.apache.qpid.server.queue
 interface AMQQueue
           
 

Classes in org.apache.qpid.server.queue that implement Managable
 class AMQPriorityQueue
           
 class ConflationQueue
           
 class SimpleAMQQueue
           
 



Licensed to the Apache Software Foundation