public class ServerGroupInfo extends Object implements Serializable
| Constructor and Description |
|---|
ServerGroupInfo(String groupName,
String[] servers)
Construtor da representação de um grupo de servidores específico.
|
ServerGroupInfo(String groupName,
String[] servers,
boolean allServers)
Construtor da representação de um grupo de servidores.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAllServers()
Verifica se é o grupo default(todos).
|
static ServerGroupInfo |
createAllServersGroupInfo(String groupName)
Constrói a representação do grupo default.
|
String |
getName()
Obtém o nome do grupo.
|
String[] |
getServers()
Obtém os servidores componentes do grupo.
|
public ServerGroupInfo(String groupName, String[] servers, boolean allServers)
groupName - nome do gruposervers - servidoresallServers - indica se é o grupo default(todos)public static ServerGroupInfo createAllServersGroupInfo(String groupName)
groupName - .public String getName()
public String[] getServers()
public boolean containsAllServers()
Copyright © 2019. All rights reserved.