Package org.drools.core
Class TimerJobFactoryType
- java.lang.Object
-
- org.drools.core.TimerJobFactoryType
-
- All Implemented Interfaces:
Serializable
public abstract class TimerJobFactoryType extends Object implements 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(String string)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract TimerJobFactoryManagercreateInstance()StringgetId()static voidregister(TimerJobFactoryType type)static TimerJobFactoryTyperesolveTimerJobFactoryType(String id)StringtoExternalForm()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
-
-
Constructor Detail
-
TimerJobFactoryType
public TimerJobFactoryType(String string)
-
-
Method Detail
-
register
public static void register(TimerJobFactoryType type)
-
createInstance
public abstract TimerJobFactoryManager createInstance()
-
toExternalForm
public String toExternalForm()
-
getId
public String getId()
-
resolveTimerJobFactoryType
public static TimerJobFactoryType resolveTimerJobFactoryType(String id)
-
-