Hyperic HQ Plugin API v. 5.8.0

org.hyperic.hq.bizapp.shared.lather
Class ControlSendCommandResult_args

java.lang.Object
  extended by org.hyperic.lather.LatherValue
      extended by org.hyperic.hq.bizapp.shared.lather.SecureAgentLatherValue
          extended by org.hyperic.hq.bizapp.shared.lather.ControlSendCommandResult_args
All Implemented Interfaces:
Externalizable, Serializable

public class ControlSendCommandResult_args
extends SecureAgentLatherValue
implements Externalizable

See Also:
Serialized Form

Constructor Summary
ControlSendCommandResult_args()
           
 
Method Summary
 long getEndTime()
           
 int getId()
           
 String getMessage()
           
 String getName()
           
 int getResult()
           
 long getStartTime()
           
 void readExternal(ObjectInput in)
           
 void setEndTime(long endTime)
           
 void setId(int id)
           
 void setMessage(String message)
           
 void setName(String name)
           
 void setResult(int result)
           
 void setStartTime(long startTime)
           
 void validate()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.hyperic.hq.bizapp.shared.lather.SecureAgentLatherValue
getAgentToken, setAgentToken
 
Methods inherited from class org.hyperic.lather.LatherValue
addByteAToList, addDoubleToList, addIntToList, addObject, addObjectToList, addStringToList, getByteAList, getByteALists, getByteAVals, getByteAValue, getDoubleList, getDoubleLists, getDoubleVals, getDoubleValue, getIntList, getIntLists, getIntVals, getIntValue, getLongVals, getLongValue, getObject, getObjectList, getObjectLists, getObjectVals, getObjectValue, getSerializableMap, getStringList, getStringLists, getStringVals, getStringValue, setByteAValue, setDoubleValue, setIntValue, setLongValue, setObjectValue, setStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlSendCommandResult_args

public ControlSendCommandResult_args()
Method Detail

setName

public void setName(String name)

getName

public String getName()

setId

public void setId(int id)

getId

public int getId()

setResult

public void setResult(int result)

getResult

public int getResult()

setStartTime

public void setStartTime(long startTime)

getStartTime

public long getStartTime()

setEndTime

public void setEndTime(long endTime)

getEndTime

public long getEndTime()

setMessage

public void setMessage(String message)

getMessage

public String getMessage()

validate

public void validate()
              throws org.hyperic.lather.LatherRemoteException
Overrides:
validate in class SecureAgentLatherValue
Throws:
org.hyperic.lather.LatherRemoteException

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Hyperic HQ Plugin API v. 5.8.0

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