|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsumerInfoListener | |
org.codehaus.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.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
Uses of ConsumerInfoListener in org.codehaus.activemq.broker |
Methods in org.codehaus.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.codehaus.activemq.broker.impl |
Methods in org.codehaus.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.codehaus.activemq.transport |
Classes in org.codehaus.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |