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, Scheduler.MapSerializableRunnable

public class RuntimeDataCleanupRunnable
extends java.lang.Object
implements Scheduler.MapSerializableRunnable, BpelServerImpl.ContextsAware

See Also:
Serialized Form

Constructor Summary
RuntimeDataCleanupRunnable()
           
 
Method Summary
 void restoreFromDetails(Scheduler.JobDetails details)
           
 void run()
           
 void setContexts(Contexts contexts)
           
 void storeToDetails(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(Scheduler.JobDetails details)
Specified by:
restoreFromDetails in interface Scheduler.MapSerializableRunnable

storeToDetails

public void storeToDetails(Scheduler.JobDetails details)
Specified by:
storeToDetails in interface 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