Uses of Interface
org.activemq.broker.ConsumerInfoListener

Packages that use ConsumerInfoListener
org.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
 

Uses of ConsumerInfoListener in org.activemq.broker
 

Methods in org.activemq.broker with parameters of type ConsumerInfoListener
 void Broker.addConsumerInfoListener(ConsumerInfoListener l)
          Add a ConsumerInfoListener to the Broker
 void Broker.removeConsumerInfoListener(ConsumerInfoListener l)
          Remove a ConsumerInfoListener from the Broker
 

Uses of ConsumerInfoListener in org.activemq.broker.impl
 

Methods in org.activemq.broker.impl with parameters of type ConsumerInfoListener
 void DefaultBroker.addConsumerInfoListener(ConsumerInfoListener l)
          Add a ConsumerInfoListener to the Broker
 void DefaultBroker.removeConsumerInfoListener(ConsumerInfoListener l)
          Remove a ConsumerInfoListener from the Broker
 

Uses of ConsumerInfoListener in org.activemq.transport
 

Classes in org.activemq.transport that implement ConsumerInfoListener
 class NetworkChannel
          Represents a broker's connection with a single remote broker which bridges the two brokers to form a network.
 class RemoteNetworkChannel
          Represents a Boondocks broker's connection with a single remote broker which bridges the two brokers to form a network.
 



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.