jrun.jms.core.messagemgr
Interface DestinationEventListener

All Known Implementing Classes:
TopicConsumerEndpoint

public interface DestinationEventListener

A DestinatonEventListener will be notifies when new JmsDestination are created or removed from the DestinationManager

Version:
$Revision: 1.1 $ $Date: 2001/05/24 16:09:24 $
Author:
Jim Alateras
See Also:
org.exolab.jms.messagemgr.DestinationManager

Method Summary
 void destinationAdded(JmsDestination destination, DestinationCache cache)
          This method is called when a new destination is added to the DestinationManager
 void destinationRemoved(JmsDestination destination, DestinationCache cache)
          This method is called when a new destination is removed from the DestinationManager
 

Method Detail

destinationAdded

public void destinationAdded(JmsDestination destination,
                             DestinationCache cache)
This method is called when a new destination is added to the DestinationManager
Parameters:
destination - - destination that was added
cache - - the corresponding cache

destinationRemoved

public void destinationRemoved(JmsDestination destination,
                               DestinationCache cache)
This method is called when a new destination is removed from the DestinationManager
Parameters:
destination - - destination that was removed
cache - - the corresponding cache


Copyright � 2002 Macromedia Corporation. All Rights Reserved.