com.sleepycat.je.config
Class IntConfigParam

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

public class IntConfigParam
extends ConfigParam

A JE configuration parameter with an integer value.


Field Summary
 
Fields inherited from class com.sleepycat.je.config.ConfigParam
CONFIG_DELIM, name
 
Constructor Summary
IntConfigParam(String configName, Integer minVal, Integer maxVal, Integer 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

IntConfigParam

IntConfigParam(String configName,
               Integer minVal,
               Integer maxVal,
               Integer 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.