Package org.apache.ode.bpel.engine

Interface Summary
BpelDatabase.Callable<T>  
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
BpelDatabase Mostly of historical interest.
BpelManagementFacadeImpl Implementation of the instance/process management interaction.
BpelServerImpl The BPEL server implementation.
BrokeredReliableMyRoleMessageExchangeImpl A reliable MEP that delegates messages to a list of subscribers
BrokeredTransactedMyRoleMessageExchangeImpl A transacted MEP that delegates messages to a list of subscribers
BrokeredUnreliableMyRoleMessageExchangeImpl An unreliable MEP that delegates messages to a list of subscribers
CountLRUDehydrationPolicy  
DebuggerSupport Class providing functions used to support debugging funtionality in the BPEL engine.
MemBackedMessageImpl Message, stored in memory.
Messages Message bundle used by the BPEL provider implementation.
NStateLatch An N state synchronization latch useful for implementing hydration/dehydration.
ODEProcess Entry point into the runtime of a BPEL process.
ProcessAndInstanceManagementImpl Implentation of the Process and InstanceManagement APIs.
ProcessAndInstanceManagementMBean Standard MBean exposing ODE's process model and instance management API
ReliablePartnerRoleMessageExchangeImpl  
SharedEndpoints An in-memory map from the endpoints provided by various processes in the server to their corresponding endpoint references.
TransactedMyRoleMessageExchangeImpl Transacted my-role message exchange.
TransactedPartnerRoleMessageExchangeImpl  
UnreliableMyRoleMessageExchangeImpl For invoking the engine using UNRELIABLE style.
UnreliablePartnerRoleMessageExchangeImpl Implementation of the PartnerRoleMessageExchange interface that is passed to the IL when the UNRELIABLE invocation style is used (see InvocationStyle.UNRELIABLE).
WorkEvent Wrapper around job detail map.
 

Enum Summary
WorkEvent.Type