org.hyperic.hq.bizapp.shared.lather
Class AiServiceTypeLatherValue
java.lang.Object
org.hyperic.lather.LatherValue
org.hyperic.hq.bizapp.shared.lather.AiLatherValue
org.hyperic.hq.bizapp.shared.lather.AiServiceTypeLatherValue
public class AiServiceTypeLatherValue
- extends AiLatherValue
Represents a service type in data types that can be transferred from agent to
server via Lather, as would be defined by a XML tag
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 |
AiServiceTypeLatherValue
public AiServiceTypeLatherValue()
- Default constructor. Needed by lather implementation
AiServiceTypeLatherValue
public AiServiceTypeLatherValue(AIServiceTypeValue serviceType)
- Constructs a new
AiServiceTypeLatherValue
from the specified
service type
- Parameters:
serviceType
- The service type to obtain information from
getAIServiceTypeValue
public AIServiceTypeValue getAIServiceTypeValue()
- Constructs an
AIServiceTypeValue
from this object
- Returns:
- An
AIServiceTypeValue
containing properties from this
class
validate
public void validate()
throws org.hyperic.lather.LatherRemoteException
- Specified by:
validate
in class org.hyperic.lather.LatherValue
- Throws:
org.hyperic.lather.LatherRemoteException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.