Package org.apache.ode.bpel.engine

Interface Summary
DehydrationPolicy Defines a policy to dehydrate running processes based on a limit in total process count or processes that haven't been used for a while.
ProcessLifecycleCallback  
 

Class Summary
BpelEngineImpl Implementation of the BpelEngine interface: provides the server methods that should be invoked in the context of a transaction.
BpelManagementFacadeImpl Implementation of the instance/process management interaction.
BpelProcess Entry point into the runtime of a BPEL process.
BpelServerImpl The BPEL server implementation.
CountLRUDehydrationPolicy  
InstanceLockManager WARNING --- EXPERIMENTAL Mechanism for obtaining instance-level locks.
InterceptorContextImpl Implementation of the MessageExchangeInterceptor.InterceptorContext interface.
MessageImpl  
Messages Message bundle used by the BPEL provider implementation.
NStateLatch An N state synchronization latch useful for implementing hydration/dehydration.
ProcessAndInstanceManagementImpl Implentation of the Process and InstanceManagement APIs.
ProcessAndInstanceManagementMBean Standard MBean exposing ODE's process model and instance management API
WorkEvent Wrapper around job detail map.
 

Enum Summary
WorkEvent.Type  
 

Exception Summary
InstanceLockManager.TimeoutException Exception class indicating a time-out occured while obtaining a lock.