public class Domain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Domain.Server |
static class |
Domain.ServerGroup |
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServer(Domain.Server server) |
void |
addServerGroup(Domain.ServerGroup group) |
Set<Domain.Server> |
getAutoStartServers() |
Set<String> |
getHosts() |
Set<Domain.ServerGroup> |
getServerGroups() |
Set<Domain.Server> |
getServers() |
Set<Domain.Server> |
getServersInGroup(Domain.ServerGroup group) |
Set<Domain.Server> |
getServersInGroup(String group) |
public void addServer(Domain.Server server)
public void addServerGroup(Domain.ServerGroup group)
public Set<Domain.Server> getServers()
public Set<Domain.ServerGroup> getServerGroups()
public Set<Domain.Server> getServersInGroup(Domain.ServerGroup group)
public Set<Domain.Server> getServersInGroup(String group)
public Set<Domain.Server> getAutoStartServers()
Copyright © 2018 JBoss by Red Hat. All rights reserved.