Package org.kie.api.runtime.conf
Class TimerJobFactoryOption
- java.lang.Object
 - 
- org.kie.api.runtime.conf.TimerJobFactoryOption
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,Option,SingleValueOption,KieSessionOption,SingleValueKieSessionOption
public class TimerJobFactoryOption extends java.lang.Object implements SingleValueKieSessionOption
A class for the timer job factory manager configuration.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static OptionKey<TimerJobFactoryOption>KEYstatic java.lang.StringPROPERTY_NAMEThe property name for the timer job factory manager configuration- 
Fields inherited from interface org.kie.api.runtime.conf.KieSessionOption
TYPE 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static TimerJobFactoryOptionget(java.lang.String timerJobType)This is a factory method for this timer job factory manager configuration.java.lang.StringgetPropertyName()java.lang.StringgetTimerJobType()inthashCode()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.runtime.conf.KieSessionOption
type 
- 
Methods inherited from interface org.kie.api.conf.Option
propertyName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
PROPERTY_NAME
public static final java.lang.String PROPERTY_NAME
The property name for the timer job factory manager configuration- See Also:
 - Constant Field Values
 
 
- 
KEY
public static OptionKey<TimerJobFactoryOption> KEY
 
 - 
 
- 
Method Detail
- 
get
public static TimerJobFactoryOption get(java.lang.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.
 
 
- 
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
 getPropertyNamein interfaceOption- Returns:
 - the property name for this option
 
 
- 
getTimerJobType
public java.lang.String getTimerJobType()
- Returns:
 - the configured timer job factory manager
 
 
- 
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
 
 - 
 
 -