public interface IAgent
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSupportDiscovery() |
void |
deleteConfig(java.lang.String agentConfigKey) |
AgentConfig |
getConfig() |
BaseData |
getGSOData() |
void |
ping() |
AgentConfig getConfig() throws java.rmi.RemoteException
java.rmi.RemoteExceptionBaseData getGSOData() throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean canSupportDiscovery()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteConfig(java.lang.String agentConfigKey)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid ping()
throws java.rmi.RemoteException
java.rmi.RemoteException