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.RemoteException
BaseData getGSOData() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean canSupportDiscovery() throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteConfig(java.lang.String agentConfigKey) throws java.rmi.RemoteException
java.rmi.RemoteException
void ping() throws java.rmi.RemoteException
java.rmi.RemoteException