Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.config
Class LongConfigOption

java.lang.Object
  extended by org.hyperic.util.config.ConfigOption
      extended by org.hyperic.util.config.LongConfigOption
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class LongConfigOption
extends ConfigOption
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LongConfigOption(java.lang.String optName, java.lang.String optDesc, java.lang.Long defValue)
           
 
Method Summary
 void checkOptionIsValid(java.lang.String value)
           
 long getMaxValue()
           
 long getMinValue()
           
 void setMaxValue(long len)
           
 void setMinValue(long len)
          Option properties
 
Methods inherited from class org.hyperic.util.config.ConfigOption
copy, equals, getCategory, getConfirm, getDefault, getDescription, getName, hashCode, invalidOption, isOptional, setCategory, setConfirm, setDefault, setDescription, setName, setOptional, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongConfigOption

public LongConfigOption(java.lang.String optName,
                        java.lang.String optDesc,
                        java.lang.Long defValue)
Method Detail

checkOptionIsValid

public void checkOptionIsValid(java.lang.String value)
                        throws InvalidOptionValueException
Specified by:
checkOptionIsValid in class ConfigOption
Throws:
InvalidOptionValueException

setMinValue

public void setMinValue(long len)
Option properties


getMinValue

public long getMinValue()

setMaxValue

public void setMaxValue(long len)

getMaxValue

public long getMaxValue()

Hyperic HQ Plugin API v. 4.4.0.2

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