|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MeasurementCommandsClient
Method Summary | |
---|---|
void |
addTrackPlugin(java.lang.String id,
java.lang.String pluginType,
java.lang.String resourceName,
ConfigResponse response)
|
void |
closeConnection()
|
void |
deleteProperties(DeleteProperties_args args)
|
GetMeasurements_result |
getMeasurements(GetMeasurements_args args)
Get real time measurements from the Agent. |
void |
removeTrackPlugin(java.lang.String id,
java.lang.String pluginType)
|
void |
scheduleMeasurements(ScheduleMeasurements_args args)
Schedule a group of measurements on the agent. |
void |
setProperties(SetProperties_args args)
|
void |
unscheduleMeasurements(UnscheduleMeasurements_args args)
Unschedule a group of previously scheduled measurements. |
Method Detail |
---|
void closeConnection() throws AgentRemoteException
AgentRemoteException
void scheduleMeasurements(ScheduleMeasurements_args args) throws AgentRemoteException, AgentConnectionException
args
- The collection of arguments to send to the remote Agent.
AgentRemoteException
- indicating a protocol error
AgentConnectionException
- indicating an error in communication
with the agent.void unscheduleMeasurements(UnscheduleMeasurements_args args) throws AgentRemoteException, AgentConnectionException
args
- The collection of arguments to send to the remote Agent.
AgentRemoteException
- indicating an error unscheduling or
protocol problem.
AgentConnectionException
- indicating an error in communication
with the agent.GetMeasurements_result getMeasurements(GetMeasurements_args args) throws AgentRemoteException, AgentConnectionException
args
- The collection of arguments to send to the remote Agent.
AgentRemoteException
- indicating a protocol error
AgentConnectionException
- indicating an error in communication
with the agent.void setProperties(SetProperties_args args) throws AgentRemoteException, AgentConnectionException
AgentRemoteException
AgentConnectionException
void deleteProperties(DeleteProperties_args args) throws AgentRemoteException, AgentConnectionException
AgentRemoteException
AgentConnectionException
void addTrackPlugin(java.lang.String id, java.lang.String pluginType, java.lang.String resourceName, ConfigResponse response) throws AgentRemoteException, AgentConnectionException
AgentRemoteException
AgentConnectionException
void removeTrackPlugin(java.lang.String id, java.lang.String pluginType) throws AgentRemoteException, AgentConnectionException
AgentRemoteException
AgentConnectionException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |