public abstract class TimerJobFactoryType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static TimerJobFactoryType |
DEFAULT |
static TimerJobFactoryType |
JPA |
static TimerJobFactoryType |
THREAD_SAFE_TRACKABLE |
static TimerJobFactoryType |
TRACKABLE |
Constructor and Description |
---|
TimerJobFactoryType(String string) |
Modifier and Type | Method and Description |
---|---|
abstract TimerJobFactoryManager |
createInstance() |
String |
getId() |
static void |
register(TimerJobFactoryType type) |
static TimerJobFactoryType |
resolveTimerJobFactoryType(String id) |
String |
toExternalForm() |
String |
toString() |
public static final TimerJobFactoryType DEFAULT
public static final TimerJobFactoryType TRACKABLE
public static final TimerJobFactoryType THREAD_SAFE_TRACKABLE
public static final TimerJobFactoryType JPA
public TimerJobFactoryType(String string)
public static void register(TimerJobFactoryType type)
public abstract TimerJobFactoryManager createInstance()
public String toExternalForm()
public String getId()
public static TimerJobFactoryType resolveTimerJobFactoryType(String id)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.