org.hyperic.hq.autoinventory.agent.client
Interface AICommandsClient
public interface AICommandsClient
startScan
void startScan(ScanConfigurationCore scanConfig)
throws org.hyperic.hq.agent.AgentRemoteException,
org.hyperic.hq.agent.AgentConnectionException,
AutoinventoryException
- Throws:
org.hyperic.hq.agent.AgentRemoteException
org.hyperic.hq.agent.AgentConnectionException
AutoinventoryException
stopScan
void stopScan()
throws org.hyperic.hq.agent.AgentRemoteException,
org.hyperic.hq.agent.AgentConnectionException
- Throws:
org.hyperic.hq.agent.AgentRemoteException
org.hyperic.hq.agent.AgentConnectionException
getScanStatus
ScanStateCore getScanStatus()
throws org.hyperic.hq.agent.AgentRemoteException,
org.hyperic.hq.agent.AgentConnectionException,
AutoinventoryException
- Throws:
org.hyperic.hq.agent.AgentRemoteException
org.hyperic.hq.agent.AgentConnectionException
AutoinventoryException
pushRuntimeDiscoveryConfig
void pushRuntimeDiscoveryConfig(int type,
int id,
String typeName,
String name,
org.hyperic.util.config.ConfigResponse response)
throws org.hyperic.hq.agent.AgentRemoteException
- Throws:
org.hyperic.hq.agent.AgentRemoteException
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.