public interface DomainManager extends ServerGroupManager, ServerManager
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getServerGroups()
Returns a set of the server group names.
|
Set<ServerDescription> |
getServers()
Returns all the servers in this domain.
|
Set<ServerDescription> |
getServers(String hostName)
Returns all the servers on the host.
|
boolean |
isDomainStarted()
If the domain container has been started.
|
reloadServers, restartServers, resumeServers, startServers, stopServers, suspendServersgetServerGroupName, isServerStarted, restartServer, resumeServer, startServer, stopServer, suspendServerSet<String> getServerGroups()
RuntimeException - if the operation failsSet<ServerDescription> getServers()
RuntimeException - if the operation failsSet<ServerDescription> getServers(String hostName)
hostName - the host to get the serves forRuntimeException - if the operation failsboolean isDomainStarted()
true if the domain controller has been started, otherwise falseCopyright © 2018 JBoss by Red Hat. All rights reserved.