public class SystemMgmtClient extends AbstractJerseyClient<SystemMgmtConfig> implements SystemMgmtApi
client, config| Constructor and Description |
|---|
SystemMgmtClient(SystemMgmtConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.jersey.api.client.Client |
createClient(SystemMgmtConfig config) |
ListRmgNodesResponse |
listRmgNodes(java.lang.String rmgName) |
ListRmgsResponse |
listRmgs() |
buildRequest, executeAndClose, fillResponsepublic SystemMgmtClient(SystemMgmtConfig config)
protected com.sun.jersey.api.client.Client createClient(SystemMgmtConfig config)
createClient in class AbstractJerseyClient<SystemMgmtConfig>public ListRmgsResponse listRmgs()
listRmgs in interface SystemMgmtApipublic ListRmgNodesResponse listRmgNodes(java.lang.String rmgName)
listRmgNodes in interface SystemMgmtApi