|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMSConnectionEventListener
JMSConnectionEventListeners can register themselves with a
JMSConnectionEventNotifier
in order to be notified of connect and disconnect events.
| Method Summary | |
|---|---|
void |
onConnection(String name)
Called when a JMS connection has been established. |
void |
onDisconnection(String name)
Called when a JMS connection is being disconnected. |
| Method Detail |
|---|
void onConnection(String name)
name - the name of the JMS connection.void onDisconnection(String name)
name - the name of the JMS connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||