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 OptionKeyKEYstatic SessionsPoolOptionNOstatic java.lang.StringPROPERTY_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 booleanequals(java.lang.Object obj)static SessionsPoolOptionget(int size)java.lang.StringgetPropertyName()intgetSize()Returns the size of the session poolinthashCode()java.lang.StringtoString()-
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:
getPropertyNamein 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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-