org.drools.conf
Class PermGenThresholdOption

java.lang.Object
  extended by org.drools.conf.PermGenThresholdOption
All Implemented Interfaces:
Serializable, KnowledgeBaseOption, Option, SingleValueKnowledgeBaseOption

public class PermGenThresholdOption
extends Object
implements SingleValueKnowledgeBaseOption

A class PermGen threshold configuration.

See Also:
Serialized Form

Field Summary
static int DEFAULT_VALUE
          The defualt value for this option
static String PROPERTY_NAME
          The property name for the default DIALECT
 
Method Summary
 boolean equals(Object obj)
           
static PermGenThresholdOption get(int threshold)
          This is a factory method for this PermGen Threshold configuration.
 String getPropertyName()
          Returns the property name for this option
 int getThreshold()
          Returns the threshold value for PermGen
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
The property name for the default DIALECT

See Also:
Constant Field Values

DEFAULT_VALUE

public static final int DEFAULT_VALUE
The defualt value for this option

See Also:
Constant Field Values
Method Detail

get

public static PermGenThresholdOption get(int threshold)
This is a factory method for this PermGen Threshold configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.

Parameters:
threshold - the threshold value for the PermGen option
Returns:
the actual type safe PermGen threshold configuration.

getPropertyName

public String getPropertyName()
Returns the property name for this option

Specified by:
getPropertyName in interface Option
Returns:

getThreshold

public int getThreshold()
Returns the threshold value for PermGen

Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.