public class Configuration extends Object
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerHost(String containerId,
String serverUrl) |
void |
addServerHost(String serverId,
String serverUrl) |
Map<String,Set<String>> |
getHostsPerContainer() |
Map<String,Set<String>> |
getHostsPerServer() |
void |
removeContainerHost(String containerId,
String serverUrl) |
void |
removeServerHost(String serverId,
String serverUrl) |
String |
toString() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.