Modifier and Type | Interface and Description |
---|---|
interface |
SessionFailureListener
A SessionFailureListener notifies the client when a failure occurred on the session.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl |
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 |
SharedNothingBackupQuorum |
Modifier and Type | Class and Description |
---|---|
class |
ServerSessionImpl
Server side Session implementation
|
static class |
ServerSessionImpl.TempQueueCleanerUpper |
Modifier and Type | Field and Description |
---|---|
protected List<FailureListener> |
AbstractRemotingConnection.failureListeners |
Modifier and Type | Method and Description |
---|---|
List<FailureListener> |
RemotingConnection.getFailureListeners()
return all the failure listeners
|
List<FailureListener> |
AbstractRemotingConnection.getFailureListeners() |
List<FailureListener> |
RemotingConnection.removeFailureListeners() |
List<FailureListener> |
AbstractRemotingConnection.removeFailureListeners() |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnection.addFailureListener(FailureListener listener)
add a failure listener.
|
void |
AbstractRemotingConnection.addFailureListener(FailureListener listener) |
boolean |
RemotingConnection.removeFailureListener(FailureListener listener)
remove the failure listener
|
boolean |
AbstractRemotingConnection.removeFailureListener(FailureListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnection.setFailureListeners(List<FailureListener> listeners)
set the failure listeners.
|
void |
AbstractRemotingConnection.setFailureListeners(List<FailureListener> listeners) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.