com.sleepycat.je.config
Class ShortConfigParam

java.lang.Object
  extended by com.sleepycat.je.config.ConfigParam
      extended by com.sleepycat.je.config.ShortConfigParam

public class ShortConfigParam
extends ConfigParam

A JE configuration parameter with an short value.


Field Summary
 
Fields inherited from class com.sleepycat.je.config.ConfigParam
CONFIG_DELIM, name
 
Constructor Summary
ShortConfigParam(String configName, Short minVal, Short maxVal, Short defaultValue, boolean mutable, String description)
           
 
Method Summary
 String getExtraDescription()
           
 void validateValue(String value)
           
 
Methods inherited from class com.sleepycat.je.config.ConfigParam
getDefault, getDescription, getName, isMutable, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortConfigParam

ShortConfigParam(String configName,
                 Short minVal,
                 Short maxVal,
                 Short defaultValue,
                 boolean mutable,
                 String description)
Method Detail

validateValue

public void validateValue(String value)
                   throws IllegalArgumentException
Overrides:
validateValue in class ConfigParam
Throws:
IllegalArgumentException

getExtraDescription

public String getExtraDescription()
Overrides:
getExtraDescription in class ConfigParam


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.