Package org.kie.api.runtime.conf
Class TimerJobFactoryOption
- java.lang.Object
- 
- org.kie.api.runtime.conf.TimerJobFactoryOption
 
- 
- All Implemented Interfaces:
- Serializable,- Option,- KieSessionOption,- SingleValueKieSessionOption
 
 public class TimerJobFactoryOption extends Object implements SingleValueKieSessionOption A class for the timer job factory manager configuration.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROPERTY_NAMEThe property name for the timer job factory manager configuration
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static TimerJobFactoryOptionget(String timerJobType)This is a factory method for this timer job factory manager configuration.StringgetPropertyName()StringgetTimerJobType()inthashCode()StringtoString()
 
- 
- 
- 
Field Detail- 
PROPERTY_NAMEpublic static final String PROPERTY_NAME The property name for the timer job factory manager configuration- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getpublic static TimerJobFactoryOption get(String timerJobType) This is a factory method for this timer job factory manager configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
- timerJobType- the identifier for the belie system
- Returns:
- the actual type safe timer job factory manager configuration.
 
 - 
getPropertyNamepublic String getPropertyName() - Specified by:
- getPropertyNamein interface- Option
- Returns:
- the property name for this option
 
 - 
getTimerJobTypepublic String getTimerJobType() - Returns:
- the configured timer job factory manager
 
 
- 
 
-