|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
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.TrackSend_args
public class TrackSend_args
Arguments for sending log file messages
Field Summary | |
---|---|
static int |
TYPE_CONFIG
|
static int |
TYPE_LOG
|
Constructor Summary | |
---|---|
TrackSend_args()
|
Method Summary | |
---|---|
TrackEventReport |
getEvents()
|
int |
getType()
|
void |
setEvents(TrackEventReport eventsReport)
|
void |
setType(int type)
|
void |
validate()
|
Methods inherited from class org.hyperic.hq.bizapp.shared.lather.SecureAgentLatherValue |
---|
getAgentToken, setAgentToken |
Methods inherited from class org.hyperic.lather.LatherValue |
---|
addByteAToList, addDoubleToList, addIntToList, addObjectToList, addStringToList, getByteAList, getByteALists, getByteAVals, getByteAValue, getDoubleList, getDoubleLists, getDoubleVals, getDoubleValue, getIntList, getIntLists, getIntVals, getIntValue, getLongVals, getLongValue, getObjectList, getObjectLists, getObjectVals, getObjectValue, 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 |
Field Detail |
---|
public static final int TYPE_LOG
public static final int TYPE_CONFIG
Constructor Detail |
---|
public TrackSend_args()
Method Detail |
---|
public int getType()
public void setType(int type)
public TrackEventReport getEvents() throws org.hyperic.lather.LatherRemoteException
org.hyperic.lather.LatherRemoteException
public void setEvents(TrackEventReport eventsReport)
public void validate() throws org.hyperic.lather.LatherRemoteException
validate
in class SecureAgentLatherValue
org.hyperic.lather.LatherRemoteException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |