Uses of Interface
org.exolab.jms.messagemgr.MessageManagerEventListener

Packages that use MessageManagerEventListener
org.exolab.jms.messagemgr   
 

Uses of MessageManagerEventListener in org.exolab.jms.messagemgr
 

Subinterfaces of MessageManagerEventListener in org.exolab.jms.messagemgr
 interface DestinationCache
          A DestinationCache is used to cache messages for a particular destination.
 interface DestinationManager
          DestinationManager is responsible for creating and managing the lifecycle of DestinationCache objects.
 

Classes in org.exolab.jms.messagemgr that implement MessageManagerEventListener
 class AbstractDestinationCache
          Abstract implementation of the DestinationCache interface.
 class DestinationManagerImpl
          The destination manager is responsible for creating and managing the lifecycle of DestinationCache objects.
 class QueueDestinationCache
          A DestinationCache for queues.
 

Methods in org.exolab.jms.messagemgr with parameters of type MessageManagerEventListener
 void MessageMgr.addEventListener(JmsDestination destination, MessageManagerEventListener listener)
          Register a listener for a specific destination, to be notified when messages for the destination arrive.
 void MessageManager.addEventListener(JmsDestination destination, MessageManagerEventListener listener)
          Register a listener for a specific destination, to be notified when messages for the destination arrive.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.