public class PermGenThresholdOption extends Object implements SingleValueKnowledgeBaseOption
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VALUE
The defualt value for this option
|
static String |
PROPERTY_NAME
The property name for the default DIALECT
|
Modifier and Type | Method and Description |
---|---|
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() |
public static final String PROPERTY_NAME
public static final int DEFAULT_VALUE
public static PermGenThresholdOption get(int threshold)
threshold
- the threshold value for the PermGen optionpublic String getPropertyName()
getPropertyName
in interface Option
public int getThreshold()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.