public class ProcessCleanUpRunnable extends java.lang.Object implements Scheduler.MapSerializableRunnable, BpelServerImpl.ContextsAware
Modifier and Type | Field and Description |
---|---|
static int |
PROCESS_CLEANUP_TRANSACTION_SIZE |
Constructor and Description |
---|
ProcessCleanUpRunnable() |
ProcessCleanUpRunnable(java.io.Serializable pid) |
Modifier and Type | Method and Description |
---|---|
void |
restoreFromDetails(Scheduler.JobDetails details) |
void |
run() |
void |
setContexts(Contexts contexts) |
void |
storeToDetails(Scheduler.JobDetails details) |
public static final int PROCESS_CLEANUP_TRANSACTION_SIZE
public ProcessCleanUpRunnable()
public ProcessCleanUpRunnable(java.io.Serializable pid)
public void storeToDetails(Scheduler.JobDetails details)
storeToDetails
in interface Scheduler.MapSerializableRunnable
public void restoreFromDetails(Scheduler.JobDetails details)
restoreFromDetails
in interface Scheduler.MapSerializableRunnable
public void setContexts(Contexts contexts)
setContexts
in interface BpelServerImpl.ContextsAware
public void run()
run
in interface java.lang.Runnable