Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.protocol.core.impl | |
org.hornetq.spi.core.protocol |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionFailureListener
A SessionFailureListener notifies the client when a failure occurred on the session.
|
Modifier and Type | Method and Description |
---|---|
List<FailureListener> |
RemotingConnectionImpl.getFailureListeners() |
List<FailureListener> |
RemotingConnectionImpl.removeFailureListeners() |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnectionImpl.addFailureListener(FailureListener listener) |
boolean |
RemotingConnectionImpl.removeFailureListener(FailureListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnectionImpl.setFailureListeners(List<FailureListener> listeners) |
Modifier and Type | Method and Description |
---|---|
List<FailureListener> |
RemotingConnection.getFailureListeners()
return all the failure listeners
|
List<FailureListener> |
RemotingConnection.removeFailureListeners() |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnection.addFailureListener(FailureListener listener)
add a failure listener.
|
boolean |
RemotingConnection.removeFailureListener(FailureListener listener)
remove the failure listener
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnection.setFailureListeners(List<FailureListener> listeners)
set the failure listeners.
|
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.