Package org.apache.ode.bpel.rtrep.v2

Interface Summary
EvaluationContext Context for evaluating expressions.
ExpressionLanguageRuntime  
OAssign.LValue  
OAssign.RValue  
OdeInternalInstance  
 

Class Summary
ActivityTemplateFactory Factory for creating activity template objects.
ASSIGNMessages Internationalization for messages related to assignment.
BoundVariableEvaluationContext Expression language evaluation context used for expressions referencing a predefined variable bound to a given value.
BpelJacobRunnable Base class extended by all BPEL-related abstractions.
CompensationHandler A handle to a compensation handler.
CorrelationSetInstance  
DebugInfo Information about the source that was used to create a compiled object.
EventContextImpl Bpel Event Context Implementation.
ExpressionLanguageRuntimeRegistry A registry of ExpressionLanguageRuntime objects that is able to map a given expression to the appropriate language runtime.
ExprEvaluationContextImpl The context in which BPEL expressions are evaluated.
EXTENSIONACTIVITY JacobRunnable that delegates the work of the extensionActivity activity to a registered extension implementation.
ExtensionContextImpl  
FOREACH  
InstanceGlobals Data structure used to keep track of global (instance-level) data.
INVOKE JacobRunnable that performs the work of the invoke activity.
KonstExpressionLanguageRuntimeImpl An implementation of the ExpressionLanguageRuntime interface for constant expressions.
Messages Message bundle used by the BPEL provider implementation.
OActivity Compiled represnetation of a BPEL activity.
OAgent Base class for active BPEL agents.
OAssign  
OAssign.Copy Assignment copy entry, i.e.
OAssign.DirectRef Direct reference: selects named child of the message document element.
OAssign.Expression  
OAssign.ExtensionAssignOperation Assignment extension operation entry, i.e.
OAssign.Literal  
OAssign.LValueExpression  
OAssign.OAssignOperation Base class for assign operations.
OAssign.PartnerLinkRef  
OAssign.PropertyRef  
OAssign.VariableRef  
OBase Base class for compiled BPEL objects.
OCatch The catch pseudo-activity.
OCompensate Compiled representation of the BPEL <compensate> activity.
OCompensationHandler  
OConstantExpression  
OConstants Compiled BPEL constants.
OConstantVarType  
OElementVarType  
OEmpty  
OEventHandler Compiled represenation of a BPEL event handler.
OEventHandler.OAlarm  
OEventHandler.OEvent  
OExpression Base class for compiled expressions.
OExpressionLanguage Compiled representation of an expression language dependency.
OExtensionActivity Compiled representation of the BPEL <extensionActivity> activity.
OExtVar Compiled representation of an external variable declaration.
OFailureHandling Holds information about the failure handling of this activity.
OFaultHandler Compiled representation of a BPEL fault handler.
OFlow  
OForEach Base model class for forEach activity.
OForEach.CompletionCondition  
OInvoke Compiled rerpresentation of the BPEL <invoke> activity.
OLink Compiled representation of a BPEL control link.
OLValueExpression  
OMessageVarType Message variable type.
OMessageVarType.Part  
OPartnerLink Compiled representation of a BPEL partnerLink.
OPickReceive Compiled rerperesentation of the BPEL <pick> and <receive> activities.
OPickReceive.OnAlarm  
OPickReceive.OnMessage  
OProcess Compiled BPEL process representation.
OProcess.OExtension  
OProcess.OProperty  
OProcess.OPropertyAlias  
OPropertyVarType  
ORepeatUntil Compiled representation of a <repeatUntil> activity.
OReply Compiled representation of the BPEL <reply> activity.
ORethrow  
OScope Compiled representation of a BPEL scope.
OScope.CorrelationSet  
OScope.Variable  
OSequence Compiled representation of the BPEL <sequence> activity.
OSwitch Compiled representation of a BPEL <switch>.
OSwitch.OCase  
OTerminate Compiled representation of the BPEL <terminate> activity.
OTerminationHandler  
OThrow Compiled representation of the BPEL <throw> activity.
OVarType Base class for variable types.
OWait Wait object
OWhile Compiled representation of a <while> activity.
OXsdTypeVarType XSD-typed variable type.
OXslSheet Compiled representation of an XSL sheet.
PartnerLinkInstance Serializable reference to a partner link instance.
PROCESS  
PropertyAliasEvaluationContext Expression language evaluation context used for evaluating property aliases.
READWRITELOCK A fair READ-WRITE lock.
REPEATUNTIL  
ResumeWork Resumes execution of a bpel process
RuntimeImpl  
RuntimeInstanceImpl Implementation of OdeInternalInstance for the "modern" runtime.
SCOPEACT A scope activity.
Selector  
VariableInstance Variable instance identifier.
 

Enum Summary
OAssign.OAssignOperation.Type  
 

Exception Summary
InvalidContextException Exception used by the runtime to indicate a problem with the execution context.