Package | Description |
---|---|
org.hornetq.core.client.impl | |
org.hornetq.core.server | |
org.hornetq.core.server.cluster | |
org.hornetq.core.server.cluster.impl |
Modifier and Type | Class and Description |
---|---|
class |
ServerLocatorImpl
This is the implementation of
ServerLocator and all
the proper javadoc is located on that interface. |
Modifier and Type | Method and Description |
---|---|
void |
LiveNodeLocator.connectToCluster(ServerLocatorInternal serverLocator)
connects to the cluster
|
void |
HornetQServerLogger_$logger.errorClosingServerLocator(Exception e,
ServerLocatorInternal clusterLocator) |
void |
HornetQServerLogger.errorClosingServerLocator(Exception e,
ServerLocatorInternal clusterLocator) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterManager.removeClusterLocator(ServerLocatorInternal serverLocator) |
Modifier and Type | Field and Description |
---|---|
protected ServerLocatorInternal |
BridgeImpl.serverLocator |
Constructor and Description |
---|
BridgeImpl(ServerLocatorInternal serverLocator,
int initialConnectAttempts,
int reconnectAttempts,
int reconnectAttemptsSameNode,
long retryInterval,
double retryMultiplier,
long maxRetryInterval,
UUID nodeUUID,
SimpleString name,
Queue queue,
Executor executor,
Filter filter,
SimpleString forwardingAddress,
ScheduledExecutorService scheduledExecutor,
Transformer transformer,
boolean useDuplicateDetection,
String user,
String password,
StorageManager storageManager) |
ClusterConnectionBridge(ClusterConnection clusterConnection,
ClusterManager clusterManager,
ServerLocatorInternal targetLocator,
ServerLocatorInternal discoveryLocator,
int initialConnectAttempts,
int reconnectAttempts,
long retryInterval,
double retryMultiplier,
long maxRetryInterval,
UUID nodeUUID,
long targetNodeEventUID,
String targetNodeID,
SimpleString name,
Queue queue,
Executor executor,
Filter filterString,
SimpleString forwardingAddress,
ScheduledExecutorService scheduledExecutor,
Transformer transformer,
boolean useDuplicateDetection,
String user,
String password,
StorageManager storageManager,
SimpleString managementAddress,
SimpleString managementNotificationAddress,
MessageFlowRecord flowRecord,
TransportConfiguration connector) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.