Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.client.impl | |
org.hornetq.core.server.cluster.impl | |
org.hornetq.core.server.impl |
Modifier and Type | Method and Description |
---|---|
void |
ClientSession.addFailureListener(SessionFailureListener listener)
Adds a FailureListener to the session which is notified if a failure occurs on the session.
|
boolean |
ClientSession.removeFailureListener(SessionFailureListener listener)
Removes a FailureListener to the session.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingSession.addFailureListener(SessionFailureListener listener) |
void |
ClientSessionFactoryImpl.addFailureListener(SessionFailureListener listener) |
void |
ClientSessionFactoryInternal.addFailureListener(SessionFailureListener listener) |
void |
ClientSessionImpl.addFailureListener(SessionFailureListener listener) |
boolean |
DelegatingSession.removeFailureListener(SessionFailureListener listener) |
boolean |
ClientSessionFactoryImpl.removeFailureListener(SessionFailureListener listener) |
boolean |
ClientSessionFactoryInternal.removeFailureListener(SessionFailureListener listener) |
boolean |
ClientSessionImpl.removeFailureListener(SessionFailureListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
BridgeImpl
A Core BridgeImpl
|
class |
ClusterConnectionBridge
A bridge with extra functionality only available when the server is clustered.
|
Modifier and Type | Class and Description |
---|---|
class |
QuorumManager
Manages a quorum of servers used to determine whether a given server is running or not.
|
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.