org.apache.ode.bpel.engine
Interface BpelServerImpl.ContextsAware

All Known Implementing Classes:
ProcessCleanUpRunnable, RuntimeDataCleanupRunnable
Enclosing class:
BpelServerImpl

public static interface BpelServerImpl.ContextsAware

A polled runnable instance that implements this interface will be set with the contexts before the run() method is called.


Method Summary
 void setContexts(Contexts contexts)
           
 

Method Detail

setContexts

void setContexts(Contexts contexts)