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
Method Summary |
org.hyperic.hq.appdef.shared.AIServiceTypeValue |
getAIServiceTypeValue()
Constructs an AIServiceTypeValue from this object |
void |
validate()
|
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 |
AiServiceTypeLatherValue
public AiServiceTypeLatherValue()
- Default constructor. Needed by lather implementation
AiServiceTypeLatherValue
public AiServiceTypeLatherValue(org.hyperic.hq.appdef.shared.AIServiceTypeValue serviceType)
- Constructs a new
AiServiceTypeLatherValue
from the specified
service type
- Parameters:
serviceType
- The service type to obtain information from
getAIServiceTypeValue
public org.hyperic.hq.appdef.shared.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-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.