|
Hyperic HQ Plugin API v. 5.8.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hyperic.lather.LatherValue
org.hyperic.hq.bizapp.shared.lather.SecureAgentLatherValue
org.hyperic.hq.bizapp.shared.lather.ControlSendCommandResult_args
public class ControlSendCommandResult_args
| 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 |
|---|
public ControlSendCommandResult_args()
| Method Detail |
|---|
public void setName(String name)
public String getName()
public void setId(int id)
public int getId()
public void setResult(int result)
public int getResult()
public void setStartTime(long startTime)
public long getStartTime()
public void setEndTime(long endTime)
public long getEndTime()
public void setMessage(String message)
public String getMessage()
public void validate()
throws org.hyperic.lather.LatherRemoteException
validate in class SecureAgentLatherValueorg.hyperic.lather.LatherRemoteException
public final void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public final void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
|
Hyperic HQ Plugin API v. 5.8.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||