|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailoverEventListener | |
---|---|
org.hornetq.api.core.client | Core Client Messaging API. |
Uses of FailoverEventListener in org.hornetq.api.core.client |
---|
Methods in org.hornetq.api.core.client with parameters of type FailoverEventListener | |
---|---|
void |
ClientSession.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session. |
void |
ClientSessionFactory.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session. |
boolean |
ClientSession.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session. |
boolean |
ClientSessionFactory.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |