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 |
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) |
String |
toString() |
public Map<String,Set<ContainerInfo>> getContainerInfosPerContainer()
public void addContainerInfo(ContainerInfo containerInfo)
public void addListener(ConfigurationListener listener)
public void removeListener(ConfigurationListener listener)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.