Hyperic HQ Plugin API v. 4.4.0.2

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

java.lang.Object
  extended by org.hyperic.lather.LatherValue
      extended by org.hyperic.hq.bizapp.shared.lather.AiLatherValue
          extended by 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


Constructor Summary
AiServiceTypeLatherValue()
          Default constructor.
AiServiceTypeLatherValue(AIServiceTypeValue serviceType)
          Constructs a new AiServiceTypeLatherValue from the specified service type
 
Method Summary
 AIServiceTypeValue getAIServiceTypeValue()
          Constructs an AIServiceTypeValue from this object
 void validate()
           
 
Methods inherited from class org.hyperic.hq.bizapp.shared.lather.AiLatherValue
setStringValue
 
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
 

Constructor Detail

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
Method Detail

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

Hyperic HQ Plugin API v. 4.4.0.2

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