|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DestinationEventListener
A DestinatonEventListener will be notifies when new JmsDestination
are created or removed from the DestinationManager
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 |
|---|
void destinationAdded(JmsDestination destination,
DestinationCache cache)
DestinationManager
destination - - destination that was addedcache - - the corresponding cache
void destinationRemoved(JmsDestination destination,
DestinationCache cache)
DestinationManager
destination - - destination that was removedcache - - the corresponding cache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||