Package org.kie.api.runtime.conf
Class TimerJobFactoryOption
java.lang.Object
org.kie.api.runtime.conf.TimerJobFactoryOption
- All Implemented Interfaces:
Serializable,Option,SingleValueOption,KieSessionOption,SingleValueKieSessionOption
A class for the timer job factory manager configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OptionKey<TimerJobFactoryOption>static final StringThe property name for the timer job factory manager configurationFields inherited from interface org.kie.api.runtime.conf.KieSessionOption
TYPE -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TimerJobFactoryOptionThis is a factory method for this timer job factory manager configuration.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.runtime.conf.KieSessionOption
typeMethods inherited from interface org.kie.api.conf.Option
propertyName
-
Field Details
-
PROPERTY_NAME
The property name for the timer job factory manager configuration- See Also:
-
KEY
-
-
Method Details
-
get
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.
-
getPropertyName
- Specified by:
getPropertyNamein interfaceOption- Returns:
- the property name for this option
-
getTimerJobType
- Returns:
- the configured timer job factory manager
-
hashCode
public int hashCode() -
equals
-
toString
-