org.hyperic.hq.measurement.agent.commands
Class UnscheduleMeasurements_args
java.lang.Object
org.hyperic.hq.agent.AgentRemoteValue
org.hyperic.hq.measurement.agent.commands.UnscheduleMeasurements_args
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, GenericValueMap
public class UnscheduleMeasurements_args
- extends AgentRemoteValue
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnscheduleMeasurements_args
public UnscheduleMeasurements_args()
UnscheduleMeasurements_args
public UnscheduleMeasurements_args(AgentRemoteValue args)
throws AgentRemoteException
- Throws:
AgentRemoteException
setValue
public void setValue(java.lang.String key,
java.lang.String val)
- Description copied from class:
AgentRemoteValue
- Setup a key/value pair.
- Specified by:
setValue
in interface GenericValueMap
- Overrides:
setValue
in class AgentRemoteValue
- Parameters:
key
- Key to assign the value toval
- Value to assign to the key
getEntity
public AppdefEntityID getEntity(int measNo)
addEntity
public void addEntity(AppdefEntityID ent)
getNumEntities
public int getNumEntities()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.