|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMSConnectionEventNotifier
JMSConnectionEventListeners
may register themselves in order to be notified of connect and disconnect events.
| Method Summary | |
|---|---|
void |
addConnectionListener(String name,
JMSConnectionEventListener listener)
Register a JMSConnectionEventListener. |
void |
removeConnectionListener(String name,
JMSConnectionEventListener listener)
Deregister a JMSConnectionEventListener. |
| Method Detail |
|---|
void addConnectionListener(String name,
JMSConnectionEventListener listener)
name - the name of the JMS connection.listener - the listener to register
void removeConnectionListener(String name,
JMSConnectionEventListener listener)
name - the name of the JMS connection.listener - the listener to register.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||