| Package | Description |
|---|---|
| csbase.logic | |
| csbase.remote |
| Modifier and Type | Method and Description |
|---|---|
SGAInfo[] |
SGASet.getAllInfo()
Retorna todas as informações do SGA.
|
SGAInfo |
SGASet.getHost(String hostName)
Retorna as informações de um nó do SGA.
|
SGAInfo |
SGASet.getInfo(int index)
Retorna as informações de um nó do SGA.
|
SGAInfo |
SGASet.getMainInfo()
Obtém o nó principal.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SGAInfo.compareTo(SGAInfo sgaInfo) |
String |
SGAFile.getFileNameForSGA(SGAInfo sga)
Consulta ao nome do arquivo como string dependente do SGA envolvido
(separador).
|
| Constructor and Description |
|---|
SGASet(SGAInfo[] info,
String name,
boolean enabled,
boolean alive,
boolean hasDiskAccess,
boolean backoffExpired,
String jobsInfo,
boolean CSFSEnabled,
Map<String,String> properties,
long updateTimestamp)
Constrói a representação de um SGA.
|
| Modifier and Type | Method and Description |
|---|---|
SGAInfo[] |
SGAServiceInterface.getAllInfo(String sgaName)
Obtém as informações de todos os nós de um SGA.
|
SGAInfo |
SGAServiceInterface.getInfo(String sgaName,
int index)
Obtém as informações de um determinado nó de um SGA.
|
Copyright © 2018. All rights reserved.