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