Modifier and Type | Method and Description |
---|---|
List<BridgeConfiguration> |
Configuration.getBridgeConfigurations()
Returns the bridges configured for this server.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setBridgeConfigurations(List<BridgeConfiguration> configs)
Sets the bridges configured for this server.
|
Modifier and Type | Field and Description |
---|---|
protected List<BridgeConfiguration> |
ConfigurationImpl.bridgeConfigurations |
Modifier and Type | Method and Description |
---|---|
List<BridgeConfiguration> |
ConfigurationImpl.getBridgeConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setBridgeConfigurations(List<BridgeConfiguration> configs) |
Constructor and Description |
---|
BridgeControlImpl(Bridge bridge,
StorageManager storageManager,
BridgeConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServer.deployBridge(BridgeConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterManager.deployBridge(BridgeConfiguration config,
boolean start) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterManagerImpl.deployBridge(BridgeConfiguration config,
boolean start) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServerImpl.deployBridge(BridgeConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementService.registerBridge(Bridge bridge,
BridgeConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServiceImpl.registerBridge(Bridge bridge,
BridgeConfiguration configuration) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.