Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.client.impl | |
org.hornetq.jms.client |
Implementation of the JMS API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionFactoryImpl.addFailoverListener(FailoverEventListener listener) |
void |
DelegatingSession.addFailoverListener(FailoverEventListener listener) |
boolean |
ClientSessionFactoryImpl.removeFailoverListener(FailoverEventListener listener) |
boolean |
DelegatingSession.removeFailoverListener(FailoverEventListener listener) |
Modifier and Type | Method and Description |
---|---|
FailoverEventListener |
HornetQConnection.getFailoverListener() |
Modifier and Type | Method and Description |
---|---|
void |
HornetQConnection.setFailoverListener(FailoverEventListener listener)
Sets a FailureListener for the session which is notified if a failure occurs on the session.
|
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.