|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageManagerEventListener in org.exolab.jms.messagemgr |
Classes in org.exolab.jms.messagemgr that implement MessageManagerEventListener | |
class |
DestinationCache
A DestinationCache is used to cache messages for a particular destination. |
class |
DestinationManager
The destination manager is responsible for creating and managing the lifecycle of DestinationCache objects. |
class |
QueueDestinationCache
A DestinationCache for Queues |
class |
TopicDestinationCache
A DestinationCache for Topics. |
Methods in org.exolab.jms.messagemgr with parameters of type MessageManagerEventListener | |
void |
MessageMgr.addEventListener(JmsDestination destination,
MessageManagerEventListener listener)
Add a message listener for a specific destination to be informed when messages, for the destination are added or removed from the queue. |
void |
MessageMgr.removeEventListener(JmsDestination destination,
MessageManagerEventListener listener)
Remove the listener for the specified destination. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |