public interface AgentClient
org.rhq.core.domain.resource.Agent getAgent()
void startSending()
void stopSending()
boolean ping(long timeoutMillis)
true if the agent is up and this client can communicate with it. This will return
false if, for any reason, the agent cannot be pinged (which could mean the agent is down, or a network
problem has occurred that prohibits the client from reaching the agent).timeoutMillis - the amount of time, in milliseconds, the caller wants to wait before considering the agent
downtrue if the agent can be pinged; false if this client cannot communicate with
the agent for some reasonBundleAgentService getBundleAgentService()
BundleAgentService getBundleAgentService(Long timeout)
ContentAgentService getContentAgentService()
ContentAgentService getContentAgentService(Long timeout)
ResourceFactoryAgentService getResourceFactoryAgentService()
ResourceFactoryAgentService getResourceFactoryAgentService(Long timeout)
DiscoveryAgentService getDiscoveryAgentService()
DiscoveryAgentService getDiscoveryAgentService(Long timeout)
MeasurementAgentService getMeasurementAgentService()
MeasurementAgentService getMeasurementAgentService(Long timeout)
OperationAgentService getOperationAgentService()
OperationAgentService getOperationAgentService(Long timeout)
ConfigurationAgentService getConfigurationAgentService()
ConfigurationAgentService getConfigurationAgentService(Long timeout)
SupportAgentService getSupportAgentService()
SupportAgentService getSupportAgentService(Long timeout)
DriftAgentService getDriftAgentService()
DriftAgentService getDriftAgentService(Long timeout)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.