|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DestinationEventListener
A DestinatonEventListener will be notified of events generated by the DestinationManager
.
Method Summary | |
---|---|
void |
cacheAdded(JmsDestination destination,
DestinationCache cache)
Invoked when a message cache is created. |
void |
cacheRemoved(JmsDestination destination,
DestinationCache cache)
Invoked when a message cache is removed. |
void |
destinationAdded(JmsDestination destination)
Invoked when a destination is created. |
void |
destinationRemoved(JmsDestination destination)
Invoked when a destination is removed. |
Method Detail |
---|
void destinationAdded(JmsDestination destination) throws javax.jms.JMSException
destination
- the destination that was added
javax.jms.JMSException
- for any errorvoid destinationRemoved(JmsDestination destination) throws javax.jms.JMSException
destination
- the destination that was removed
javax.jms.JMSException
- for any errorvoid cacheAdded(JmsDestination destination, DestinationCache cache)
destination
- the destination that messages are being cached forcache
- the corresponding cachevoid cacheRemoved(JmsDestination destination, DestinationCache cache)
destination
- the destination that messages are no longer being
cached forcache
- the corresponding cache
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |