Package org.kie.api.conf
Class SessionsPoolOption
- java.lang.Object
- 
- org.kie.api.conf.SessionsPoolOption
 
- 
- All Implemented Interfaces:
- Serializable,- KieBaseOption,- Option,- SingleValueKieBaseOption
 
 public class SessionsPoolOption extends Object implements SingleValueKieBaseOption - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static SessionsPoolOptionNOstatic StringPROPERTY_NAME
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static SessionsPoolOptionget(int size)StringgetPropertyName()intgetSize()Returns the size of the session poolinthashCode()StringtoString()
 
- 
- 
- 
Field Detail- 
PROPERTY_NAMEpublic static final String PROPERTY_NAME - See Also:
- Constant Field Values
 
 - 
NOpublic static final SessionsPoolOption NO 
 
- 
 - 
Method Detail- 
getpublic static SessionsPoolOption get(int size) 
 - 
getPropertyNamepublic String getPropertyName() - Specified by:
- getPropertyNamein interface- Option
- Returns:
- the property name for this option
 
 - 
getSizepublic int getSize() Returns the size of the session pool- Returns:
 
 
- 
 
-