public interface ClusterManager extends HornetQComponent
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
announceBackup() |
void |
deploy() |
void |
deployBridge(BridgeConfiguration config,
boolean start) |
String |
describe() |
void |
destroyBridge(String name) |
void |
flushExecutor() |
Map<String,Bridge> |
getBridges() |
Set<BroadcastGroup> |
getBroadcastGroups() |
ClusterConnection |
getClusterConnection(String name) |
Set<ClusterConnection> |
getClusterConnections() |
ClusterConnection |
getDefaultConnection(TransportConfiguration acceptorConfig)
Return the default ClusterConnection to be used case it's not defined by the acceptor
|
isStarted, start, stop
Set<ClusterConnection> getClusterConnections()
ClusterConnection getDefaultConnection(TransportConfiguration acceptorConfig)
ClusterConnection getClusterConnection(String name)
Set<BroadcastGroup> getBroadcastGroups()
void activate()
void flushExecutor()
void deployBridge(BridgeConfiguration config, boolean start) throws Exception
Exception
String describe()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.