Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.agent
Class AgentCommand

java.lang.Object
  extended by 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.


Constructor Summary
AgentCommand(int agentVersion, int cmdVersion, java.lang.String cmd, AgentRemoteValue cmdArg)
           
 
Method Summary
 int getAgentVersion()
           
 java.lang.String getCommand()
           
 AgentRemoteValue getCommandArg()
           
 int getCommandVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentCommand

public AgentCommand(int agentVersion,
                    int cmdVersion,
                    java.lang.String cmd,
                    AgentRemoteValue cmdArg)
Method Detail

getAgentVersion

public int getAgentVersion()

getCommandVersion

public int getCommandVersion()

getCommand

public java.lang.String getCommand()

getCommandArg

public AgentRemoteValue getCommandArg()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.