Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.protocol.core.impl | |
org.hornetq.core.protocol.stomp | |
org.hornetq.core.server.cluster.impl | |
org.hornetq.core.server.impl | |
org.hornetq.jms.server.recovery |
This package is used to locate resources and connectors along the cluster set
I - JCA Connection Factories or InBound MDBs will call HornetQRegistryBase::register(XARecoveryConfig)
II - For each XARecoveryConfig the RegistryBase will instantiate a ResourceDiscoveryUnit which will
connect using that configuration and inform the Registry of any topology members
III - For each topology member found on the DiscoveryUnits, the RegistryBase will registry a HornetQResourceRecovery
that will exist per server
|
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> |
StompConnection.getFailureListeners() |
List<FailureListener> |
StompConnection.removeFailureListeners() |
Modifier and Type | Method and Description |
---|---|
void |
StompConnection.addFailureListener(FailureListener listener) |
boolean |
StompConnection.removeFailureListener(FailureListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
StompConnection.setFailureListeners(List<FailureListener> listeners) |
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.
|
class |
ServerSessionImpl
Server side Session implementation
|
Modifier and Type | Class and Description |
---|---|
class |
HornetQXAResourceWrapper
XAResourceWrapper.
|
class |
RecoveryDiscovery
This class will have a simple Connection Factory and will listen
for topology updates.
|
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 © 2015 JBoss, a division of Red Hat. All Rights Reserved.