Package org.kie.api.conf
Class SessionsPoolOption
- java.lang.Object
-
- org.kie.api.conf.SessionsPoolOption
-
- All Implemented Interfaces:
java.io.Serializable
,KieBaseOption
,Option
,SingleValueKieBaseOption
,SingleValueOption
,SingleValueRuleBaseOption
public class SessionsPoolOption extends java.lang.Object implements SingleValueRuleBaseOption
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OptionKey
KEY
static SessionsPoolOption
NO
static java.lang.String
PROPERTY_NAME
-
Fields inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
TYPE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
static SessionsPoolOption
get(int size)
java.lang.String
getPropertyName()
int
getSize()
Returns the size of the session poolint
hashCode()
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.kie.api.conf.Option
propertyName
-
Methods inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
type
-
-
-
-
Field Detail
-
PROPERTY_NAME
public static final java.lang.String PROPERTY_NAME
- See Also:
- Constant Field Values
-
KEY
public static OptionKey KEY
-
NO
public static final SessionsPoolOption NO
-
-
Method Detail
-
get
public static SessionsPoolOption get(int size)
-
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
getPropertyName
in interfaceOption
- Returns:
- the property name for this option
-
getSize
public int getSize()
Returns the size of the session pool- Returns:
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-