org.hyperic.hq.agent
Class AgentCommand
java.lang.Object
org.hyperic.hq.agent.AgentCommand
public class AgentCommand
- extends java.lang.Object
A class encapsulating all the data necessary to invoke a command
on a remote agent.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentCommand
public AgentCommand(int agentVersion,
int cmdVersion,
java.lang.String cmd,
AgentRemoteValue cmdArg)
getAgentVersion
public int getAgentVersion()
getCommandVersion
public int getCommandVersion()
getCommand
public java.lang.String getCommand()
getCommandArg
public AgentRemoteValue getCommandArg()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.