org.apache.ode.bpel.engine
Class ProcessCleanUpRunnable

java.lang.Object
  extended by org.apache.ode.bpel.engine.ProcessCleanUpRunnable
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, BpelServerImpl.ContextsAware, org.apache.ode.bpel.iapi.Scheduler.MapSerializableRunnable

public class ProcessCleanUpRunnable
extends java.lang.Object
implements org.apache.ode.bpel.iapi.Scheduler.MapSerializableRunnable, BpelServerImpl.ContextsAware

See Also:
Serialized Form

Field Summary
static int PROCESS_CLEANUP_TRANSACTION_SIZE
           
 
Constructor Summary
ProcessCleanUpRunnable()
           
ProcessCleanUpRunnable(java.io.Serializable pid)
           
 
Method Summary
 void restoreFromDetails(org.apache.ode.bpel.iapi.Scheduler.JobDetails details)
           
 void run()
           
 void setContexts(Contexts contexts)
           
 void storeToDetails(org.apache.ode.bpel.iapi.Scheduler.JobDetails details)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_CLEANUP_TRANSACTION_SIZE

public static final int PROCESS_CLEANUP_TRANSACTION_SIZE
Constructor Detail

ProcessCleanUpRunnable

public ProcessCleanUpRunnable()

ProcessCleanUpRunnable

public ProcessCleanUpRunnable(java.io.Serializable pid)
Method Detail

storeToDetails

public void storeToDetails(org.apache.ode.bpel.iapi.Scheduler.JobDetails details)
Specified by:
storeToDetails in interface org.apache.ode.bpel.iapi.Scheduler.MapSerializableRunnable

restoreFromDetails

public void restoreFromDetails(org.apache.ode.bpel.iapi.Scheduler.JobDetails details)
Specified by:
restoreFromDetails in interface org.apache.ode.bpel.iapi.Scheduler.MapSerializableRunnable

setContexts

public void setContexts(Contexts contexts)
Specified by:
setContexts in interface BpelServerImpl.ContextsAware

run

public void run()
Specified by:
run in interface java.lang.Runnable