|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMSConnectionEventNotifier
JMSConnectionEventListener
s
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 registervoid 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 |