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.MapSerializableRunnablepublic void restoreFromDetails(Scheduler.JobDetails details)
restoreFromDetails in interface Scheduler.MapSerializableRunnablepublic void setContexts(Contexts contexts)
setContexts in interface BpelServerImpl.ContextsAwarepublic void run()
run in interface java.lang.Runnable