Modifier and Type | Method and Description |
---|---|
List<ClusterConnectionConfiguration> |
Configuration.getClusterConfigurations()
Returns the cluster connections configured for this server.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setClusterConfigurations(List<ClusterConnectionConfiguration> configs)
Sets the cluster connections configured for this server.
|
Modifier and Type | Field and Description |
---|---|
protected List<ClusterConnectionConfiguration> |
ConfigurationImpl.clusterConfigurations |
Modifier and Type | Method and Description |
---|---|
List<ClusterConnectionConfiguration> |
ConfigurationImpl.getClusterConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setClusterConfigurations(List<ClusterConnectionConfiguration> configs) |
Constructor and Description |
---|
ClusterConnectionControlImpl(ClusterConnection clusterConnection,
StorageManager storageManager,
ClusterConnectionConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementService.registerCluster(ClusterConnection cluster,
ClusterConnectionConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServiceImpl.registerCluster(ClusterConnection cluster,
ClusterConnectionConfiguration configuration) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.