Uses of Class
org.apache.qpid.server.binding.Binding

Packages that use Binding
org.apache.qpid.qmf   
org.apache.qpid.server.binding   
org.apache.qpid.server.exchange   
org.apache.qpid.server.exchange.topic   
org.apache.qpid.server.queue   
org.apache.qpid.server.virtualhost.plugins   
 

Uses of Binding in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return types with arguments of type Binding
 Collection<Binding> ManagementExchange.getBindings()
           
 

Methods in org.apache.qpid.qmf with parameters of type Binding
 void ManagementExchange.addBinding(Binding b)
           
 void ManagementExchange.removeBinding(Binding binding)
           
 

Uses of Binding in org.apache.qpid.server.binding
 

Methods in org.apache.qpid.server.binding that return Binding
 Binding BindingFactory.getBinding(String bindingKey, AMQQueue queue, Exchange exchange, Map<String,Object> arguments)
           
 Binding BindingFactory.removeBinding(String bindingKey, AMQQueue queue, Exchange exchange, Map<String,Object> arguments)
           
 

Methods in org.apache.qpid.server.binding with parameters of type Binding
 void BindingFactory.removeBinding(Binding b)
           
 

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

Methods in org.apache.qpid.server.exchange that return Binding
 Binding HeadersBinding.getBinding()
           
 

Methods in org.apache.qpid.server.exchange that return types with arguments of type Binding
 Collection<Binding> Exchange.getBindings()
           
 Collection<Binding> AbstractExchange.getBindings()
           
 

Methods in org.apache.qpid.server.exchange with parameters of type Binding
 void Exchange.addBinding(Binding binding)
           
 void AbstractExchange.addBinding(Binding binding)
           
 void Exchange.BindingListener.bindingAdded(Exchange exchange, Binding binding)
           
 void Exchange.BindingListener.bindingRemoved(Exchange exchange, Binding binding)
           
protected abstract  void AbstractExchange.onBind(Binding binding)
           
protected  void DirectExchange.onBind(Binding binding)
           
protected  void FanoutExchange.onBind(Binding binding)
           
protected  void HeadersExchange.onBind(Binding binding)
           
protected  void TopicExchange.onBind(Binding binding)
           
protected abstract  void AbstractExchange.onUnbind(Binding binding)
           
protected  void DirectExchange.onUnbind(Binding binding)
           
protected  void FanoutExchange.onUnbind(Binding binding)
           
protected  void HeadersExchange.onUnbind(Binding binding)
           
protected  void TopicExchange.onUnbind(Binding binding)
           
protected  void TopicExchange.registerQueue(Binding binding)
           
 void Exchange.removeBinding(Binding binding)
           
 void AbstractExchange.removeBinding(Binding binding)
           
 

Constructors in org.apache.qpid.server.exchange with parameters of type Binding
HeadersBinding(Binding binding)
          Creates a header binding for a set of mappings.
 

Uses of Binding in org.apache.qpid.server.exchange.topic
 

Methods in org.apache.qpid.server.exchange.topic that return types with arguments of type Binding
 List<Binding> TopicExchangeResult.getBindings()
           
 

Methods in org.apache.qpid.server.exchange.topic with parameters of type Binding
 void TopicExchangeResult.addBinding(Binding binding)
           
 void TopicExchangeResult.removeBinding(Binding binding)
           
 

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

Methods in org.apache.qpid.server.queue that return types with arguments of type Binding
 List<Binding> AMQQueue.getBindings()
           
 List<Binding> SimpleAMQQueue.getBindings()
           
 

Methods in org.apache.qpid.server.queue with parameters of type Binding
 void AMQQueue.addBinding(Binding binding)
           
 void SimpleAMQQueue.addBinding(Binding binding)
           
 void AMQQueue.removeBinding(Binding binding)
           
 void SimpleAMQQueue.removeBinding(Binding binding)
           
 

Uses of Binding in org.apache.qpid.server.virtualhost.plugins
 

Methods in org.apache.qpid.server.virtualhost.plugins with parameters of type Binding
 void ConfiguredQueueBindingListener.bindingAdded(Exchange exchange, Binding binding)
           
 void ConfiguredQueueBindingListener.bindingRemoved(Exchange exchange, Binding binding)
           
 



Licensed to the Apache Software Foundation