Package org.drools.core
Class TimerJobFactoryType
- java.lang.Object
-
- org.drools.core.TimerJobFactoryType
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class TimerJobFactoryType extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TimerJobFactoryTypeDEFAULTstatic TimerJobFactoryTypeJPAstatic TimerJobFactoryTypeTHREAD_SAFE_TRACKABLEstatic TimerJobFactoryTypeTRACKABLE
-
Constructor Summary
Constructors Constructor Description TimerJobFactoryType(java.lang.String string)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract TimerJobFactoryManagercreateInstance()java.lang.StringgetId()static voidregister(TimerJobFactoryType type)static TimerJobFactoryTyperesolveTimerJobFactoryType(java.lang.String id)java.lang.StringtoExternalForm()java.lang.StringtoString()
-
-
-
Field Detail
-
DEFAULT
public static final TimerJobFactoryType DEFAULT
-
TRACKABLE
public static final TimerJobFactoryType TRACKABLE
-
THREAD_SAFE_TRACKABLE
public static final TimerJobFactoryType THREAD_SAFE_TRACKABLE
-
JPA
public static final TimerJobFactoryType JPA
-
-
Method Detail
-
register
public static void register(TimerJobFactoryType type)
-
createInstance
public abstract TimerJobFactoryManager createInstance()
-
toExternalForm
public java.lang.String toExternalForm()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String getId()
-
resolveTimerJobFactoryType
public static TimerJobFactoryType resolveTimerJobFactoryType(java.lang.String id)
-
-