org.apache.ode.bpel.engine
Class Contexts

java.lang.Object
  extended by org.apache.ode.bpel.engine.Contexts

public class Contexts
extends java.lang.Object

Aggregation of all the contexts provided to the BPEL engine by the integration layer.


Field Summary
 BpelDAOConnectionFactory dao
           
 Scheduler scheduler
           
 
Constructor Summary
Contexts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheduler

public Scheduler scheduler

dao

public BpelDAOConnectionFactory dao
Constructor Detail

Contexts

public Contexts()