Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionFactory.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
void |
ClientSession.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
boolean |
ClientSessionFactory.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
boolean |
ClientSession.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.