net.hyperic.util.config
Class LongConfigOption
java.lang.Object
net.hyperic.util.config.ConfigOption
net.hyperic.util.config.LongConfigOption
- All Implemented Interfaces:
- java.io.Serializable
- public class LongConfigOption
- extends ConfigOption
- See Also:
- Serialized Form
Constructor Summary |
protected |
LongConfigOption()
Should only be used by serializer/deserializer |
|
LongConfigOption(net.hyperic.util.config.OptionTransport transport)
|
|
LongConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.Long defValue)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LongConfigOption
protected LongConfigOption()
- Should only be used by serializer/deserializer
LongConfigOption
public LongConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.Long defValue)
LongConfigOption
public LongConfigOption(net.hyperic.util.config.OptionTransport transport)
throws net.hyperic.util.config.EncodingException
checkOptionIsValid
public void checkOptionIsValid(java.lang.String value)
throws InvalidOptionValueException
- Specified by:
checkOptionIsValid
in class ConfigOption
- Throws:
InvalidOptionValueException
getTransport
public net.hyperic.util.config.OptionTransport getTransport()
- Specified by:
getTransport
in class ConfigOption
setMinValue
public void setMinValue(long len)
- Option properties
getMinValue
public long getMinValue()
setMaxValue
public void setMaxValue(long len)
getMaxValue
public long getMaxValue()
Copyright © 2004-2005 Hyperic LLC support@hyperic.net, All Rights Reserved.