org.apache.ode.bpel.engine.cron
Class RuntimeDataCleanupRunnable

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

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

See Also:
Serialized Form

Constructor Summary
RuntimeDataCleanupRunnable()
           
 
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
 

Constructor Detail

RuntimeDataCleanupRunnable

public RuntimeDataCleanupRunnable()
Method Detail

restoreFromDetails

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

storeToDetails

public void storeToDetails(org.apache.ode.bpel.iapi.Scheduler.JobDetails details)
Specified by:
storeToDetails 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