public interface ClusterConnectionControl extends HornetQComponentControl
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Returns the address used by this cluster connection.
|
java.lang.String |
getDiscoveryGroupName()
Returns the name of the discovery group used by this cluster connection.
|
int |
getMaxHops()
Returns the maximum number of hops used by this cluster connection.
|
java.lang.String |
getName()
Returns the configuration name of this cluster connection.
|
java.lang.String |
getNodeID()
Returns the node ID used by this cluster connection.
|
java.util.Map<java.lang.String,java.lang.String> |
getNodes()
Returns a map of the nodes connected to this cluster connection.
|
long |
getRetryInterval()
Returns the connection retry interval used by this cluster connection.
|
java.lang.Object[] |
getStaticConnectors()
Returns the list of static connectors
|
java.lang.String |
getStaticConnectorsAsJSON()
Returns the list of static connectors as JSON
|
java.lang.String |
getTopology()
Return the Topology that this Cluster Connection knows about
|
boolean |
isDuplicateDetection()
Return whether this cluster connection use duplicate detection.
|
boolean |
isForwardWhenNoConsumers()
Return whether this cluster connection forward messages when it has no local consumers.
|
isStarted, start, stop
java.lang.String getName()
java.lang.String getAddress()
java.lang.String getNodeID()
boolean isDuplicateDetection()
boolean isForwardWhenNoConsumers()
java.lang.String getTopology()
int getMaxHops()
java.lang.Object[] getStaticConnectors()
java.lang.String getStaticConnectorsAsJSON() throws java.lang.Exception
java.lang.Exception
java.lang.String getDiscoveryGroupName()
long getRetryInterval()
java.util.Map<java.lang.String,java.lang.String> getNodes() throws java.lang.Exception
java.lang.Exception
Copyright © 2009 Red Hat Inc. All Rights Reserved.