public class Configuration extends Object
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerHost(String containerId,
String serverUrl) |
void |
addContainerInfo(ContainerInfo containerInfo) |
void |
addEmptyContainerHost(String containerId) |
void |
addEmptyServerHost(String serverId) |
void |
addListener(ConfigurationListener listener) |
void |
addServerHost(String serverId,
String serverUrl) |
Map<String,Set<ContainerInfo>> |
getContainerInfosPerContainer() |
Map<String,Set<String>> |
getHostsPerContainer() |
Map<String,Set<String>> |
getHostsPerServer() |
void |
removeContainerHost(String containerId,
String serverUrl) |
void |
removeContainerInfo(String containerId,
String alias) |
void |
removeListener(ConfigurationListener listener) |
void |
removeServerHost(String serverId,
String serverUrl) |
void |
removeUnavailableServer(String requestURL) |
String |
toString() |
public Map<String,Set<ContainerInfo>> getContainerInfosPerContainer()
public void addContainerInfo(ContainerInfo containerInfo)
public void removeUnavailableServer(String requestURL)
public void addListener(ConfigurationListener listener)
public void removeListener(ConfigurationListener listener)
public void addEmptyContainerHost(String containerId)
public void addEmptyServerHost(String serverId)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.