A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbortMessageExchangeException - Exception in org.apache.ode.bpel.intercept
Base class for exception thrown by message-exchange interceptors.
AbortMessageExchangeException(String, Throwable) - Constructor for exception org.apache.ode.bpel.intercept.AbortMessageExchangeException
 
AbortMessageExchangeException(String) - Constructor for exception org.apache.ode.bpel.intercept.AbortMessageExchangeException
 
acquireInstanceLock(Long) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
activate(QName) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
ActivityBreakpointImpl - Class in org.apache.ode.bpel.runtime.breaks
 
ActivityBreakpointImpl(String, String) - Constructor for class org.apache.ode.bpel.runtime.breaks.ActivityBreakpointImpl
 
activityName() - Method in class org.apache.ode.bpel.runtime.breaks.ActivityBreakpointImpl
 
ActivityRecovery - Interface in org.apache.ode.bpel.runtime.channels
 
ActivityRecoveryChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type ActivityRecovery.
ActivityRecoveryChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the ActivityRecovery channel type.
ActivityRecoveryChannelListener(ActivityRecoveryChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.ActivityRecoveryChannelListener
 
ActivityStateDocumentBuilder - Class in org.apache.ode.bpel.evtproc
Class used to generate org.apache.ode.bpel.pmapi.istate.InstanceDocument objects.
ActivityStateDocumentBuilder() - Constructor for class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
ActivityTemplateFactory - Class in org.apache.ode.bpel.runtime
Factory for creating activity template objects.
ActivityTemplateFactory() - Constructor for class org.apache.ode.bpel.runtime.ActivityTemplateFactory
 
add(CommunicationType.Exchange) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext.Answers
 
addActivityBreakpoint(Long, String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
addBreakpoint(Long, Breakpoint) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
addCorrelationSet(String, Properties) - Method in class org.apache.ode.bpel.runtime.monitor.ProcessInstance
Adds a global correlation set with its values
addCorrelationSetFilter(String, CorrelationKey) - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Add a correlation set filter.
addEndpoint(Endpoint, EndpointReference) - Method in class org.apache.ode.bpel.engine.SharedEndpoints
Add an endpoint along with its corresponding EPR
addGlobalActivityBreakpoint(String, String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
addGlobalBreakpoint(Breakpoint) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
addMessageExchange(String, byte[]) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
addVariableModificationBreakpoint(Long, String, String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
answers - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
answersMap - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext.Answers
 
assign(MessageDAO, XmlObject) - Static method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
ASSIGNMessages - Class in org.apache.ode.bpel.runtime
Internationalization for messages related to assignment.
ASSIGNMessages() - Constructor for class org.apache.ode.bpel.runtime.ASSIGNMessages
 

B

BpelDAOConnectionFactoryImpl - Class in org.apache.ode.bpel.memdao
Connection factory for the in-memory state store.
BpelDAOConnectionFactoryImpl(Scheduler) - Constructor for class org.apache.ode.bpel.memdao.BpelDAOConnectionFactoryImpl
 
BpelDAOConnectionFactoryImpl(Scheduler, long) - Constructor for class org.apache.ode.bpel.memdao.BpelDAOConnectionFactoryImpl
 
BpelDatabase - Class in org.apache.ode.bpel.engine
Encapsulates transactional access to the BPEL database.
BpelDatabase.Callable<T> - Interface in org.apache.ode.bpel.engine
 
bpelEngine - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
BpelEngineImpl - Class in org.apache.ode.bpel.engine
Implementation of the BpelEngine interface: provides the server methods that should be invoked in the context of a transaction.
BpelEngineImpl(Contexts) - Constructor for class org.apache.ode.bpel.engine.BpelEngineImpl
 
BpelJacobRunnable - Class in org.apache.ode.bpel.runtime
Base class extended by all BPEL-related abstractions.
BpelJacobRunnable() - Constructor for class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
BpelManagementFacadeImpl - Class in org.apache.ode.bpel.engine
Implementation of the instance/process management interaction.
BpelManagementFacadeImpl(BpelServer, ProcessStore) - Constructor for class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
BpelProcess - Class in org.apache.ode.bpel.engine
Entry point into the runtime of a BPEL process.
BpelProcess(ProcessConf) - Constructor for class org.apache.ode.bpel.engine.BpelProcess
 
BpelProcess.InvokeHandler - Interface in org.apache.ode.bpel.engine
 
BpelRuntimeContext - Interface in org.apache.ode.bpel.runtime
A facade for accessing all the BPEL functionality that is not implemented directly in the JACOB framework, but rather "natively" .
BpelRuntimeContext.ValueReferencePair - Class in org.apache.ode.bpel.runtime
 
BpelRuntimeContext.ValueReferencePair() - Constructor for class org.apache.ode.bpel.runtime.BpelRuntimeContext.ValueReferencePair
 
BpelRuntimeContextImpl - Class in org.apache.ode.bpel.engine
 
BpelRuntimeContextImpl(BpelProcess, ProcessInstanceDAO, PROCESS, MyRoleMessageExchangeImpl) - Constructor for class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
BpelServerImpl - Class in org.apache.ode.bpel.engine
The BPEL server implementation.
BpelServerImpl() - Constructor for class org.apache.ode.bpel.engine.BpelServerImpl
 
BpelServerImpl.ContextsAware - Interface in org.apache.ode.bpel.engine
A polled runnable instance that implements this interface will be set with the contexts before the run() method is called.
BpelServerImpl.PolledRunnableProcessor - Class in org.apache.ode.bpel.engine
This wraps up the executor service for polled runnables.
BpelServerImpl.PolledRunnableProcessor() - Constructor for class org.apache.ode.bpel.engine.BpelServerImpl.PolledRunnableProcessor
 
BreakpointImpl - Class in org.apache.ode.bpel.runtime.breaks
 
BreakpointImpl(String) - Constructor for class org.apache.ode.bpel.runtime.breaks.BreakpointImpl
 
BrokeredMyRoleMessageExchangeImpl - Class in org.apache.ode.bpel.engine
A reliable MEP that delegates messages to a list of subscribers
BrokeredMyRoleMessageExchangeImpl(BpelProcess, BpelEngineImpl, List<MyRoleMessageExchange>, MessageExchangeDAO, MyRoleMessageExchange) - Constructor for class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
Creates a new BrokeredReliableMyRoleMessageExchangeImpl object.
buildNameValueMap(List) - Static method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Helper
Same as JaxpFunctionResolver.Helper.buildNameValueMap(java.util.List, int) but index equals zero.
buildNameValueMap(List, int) - Static method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Helper
Extract a string from each list element and build a map with them.
buildOutgoingMessage(MessageDAO, Element) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 

C

cancel(TimerResponseChannel) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
cancel(TimerResponseChannel) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
cancel(TimerResponseChannel) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Cancel a timer, or pick.
cancel() - Method in interface org.apache.ode.bpel.runtime.channels.ActivityRecovery
Cancel the activity (unsuccessful completion).
cancelJob(String) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
cancelled() - Method in interface org.apache.ode.bpel.runtime.channels.ParentScope
 
cancelOutstandingRequests(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
cancelOutstandingRequests(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
cancelProcessCronJobs(QName, boolean) - Method in class org.apache.ode.bpel.engine.cron.CronScheduler
 
checkBreak(BpelEvent) - Method in class org.apache.ode.bpel.runtime.breaks.ActivityBreakpointImpl
 
checkBreak(BpelEvent) - Method in class org.apache.ode.bpel.runtime.breaks.BreakpointImpl
 
checkInvokeExternalPermission() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
checkInvokeExternalPermission() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
checkRollbackOnFault() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
cleanupProcess(ProcessConf) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
cloneMessage(Message) - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
Return a deep clone of the given message
compareTo(CompensationHandler) - Method in class org.apache.ode.bpel.runtime.CompensationHandler
 
compensate(SynchChannel) - Method in interface org.apache.ode.bpel.runtime.channels.Compensation
 
compensate(OScope, SynchChannel) - Method in interface org.apache.ode.bpel.runtime.channels.ParentScope
 
Compensation - Interface in org.apache.ode.bpel.runtime.channels
 
CompensationChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type Compensation.
CompensationChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the Compensation channel type.
CompensationChannelListener(CompensationChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.CompensationChannelListener
 
CompensationHandler - Class in org.apache.ode.bpel.runtime
A handle to a compensation handler.
complete() - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
completed(FaultData, Set<CompensationHandler>) - Method in interface org.apache.ode.bpel.runtime.channels.ParentScope
 
completedFault(FaultData) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
completedFault(FaultData) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
completedFault(FaultData) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Should be invoked by process template, signalling process completion with fault.
completedOk() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
completedOk() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Should be invoked by process template, signalling process completion with no faults.
configuration - Variable in class org.apache.ode.bpel.engine.extvar.ExternalVariableConf.Variable
 
configure(QName, String, Element) - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
conn - Variable in class org.apache.ode.bpel.engine.replayer.Replayer
 
Contexts - Class in org.apache.ode.bpel.engine
Aggregation of all the contexts provided to the BPEL engine by the integration layer.
Contexts() - Constructor for class org.apache.ode.bpel.engine.Contexts
 
contexts - Variable in class org.apache.ode.bpel.engine.replayer.Replayer
 
convertEndpointReference(Element, Node) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
convertEndpointReference(Element, Node) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
convertSimpleTypeToSaxon(QName, String) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpVariableResolver
 
correlationKey - Variable in class org.apache.ode.bpel.engine.migration.OldSelector
 
correlationKey - Variable in class org.apache.ode.bpel.runtime.Selector
 
CorrelationKeyMigration - Class in org.apache.ode.bpel.engine.migration
Migrates the correlation key values to a scheme containing the OModel correlation set id to one using its name.
CorrelationKeyMigration() - Constructor for class org.apache.ode.bpel.engine.migration.CorrelationKeyMigration
 
correlationKeySet - Variable in class org.apache.ode.bpel.runtime.Selector
 
CorrelationKeySetDataMigration - Class in org.apache.ode.bpel.engine.migration
Changes the scheme of the correlation key value in the routes to use @2[...]
CorrelationKeySetDataMigration() - Constructor for class org.apache.ode.bpel.engine.migration.CorrelationKeySetDataMigration
 
CorrelationKeySetMigration - Class in org.apache.ode.bpel.engine.migration
Migrates the database from using single correlations to multiple correlations support.
CorrelationKeySetMigration() - Constructor for class org.apache.ode.bpel.engine.migration.CorrelationKeySetMigration
 
CorrelationSetInstance - Class in org.apache.ode.bpel.runtime
 
CorrelationSetInstance(Long, OScope.CorrelationSet) - Constructor for class org.apache.ode.bpel.runtime.CorrelationSetInstance
 
correlator - Variable in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.RoutingInfo
 
CorrelatorsMigration - Class in org.apache.ode.bpel.engine.migration
Migrates correlators used for routing from a selection scheme that's based on partnerLinkId+"."
CorrelatorsMigration() - Constructor for class org.apache.ode.bpel.engine.migration.CorrelatorsMigration
 
countInstancesByPidAndString(BpelDAOConnection, QName, String) - Method in class org.apache.ode.bpel.memdao.ProcessManagementDaoImpl
 
countInstancesSummary(Set<String>) - Method in class org.apache.ode.bpel.memdao.ProcessManagementDaoImpl
 
CountLRUDehydrationPolicy - Class in org.apache.ode.bpel.engine
 
CountLRUDehydrationPolicy() - Constructor for class org.apache.ode.bpel.engine.CountLRUDehydrationPolicy
 
createActivityRecovery(String, long, String, Date, Element, String[], int) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
createBpelEngineImpl(Contexts) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
createBpelProcess(ProcessConf) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
createChild(ActivityInfo, ScopeFrame, LinkFrame) - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
createDebuggerSupport() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
createFault(QName, Element, OVarType, OBase) - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
createFault(QName, OBase, String) - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
createFault(QName, OBase) - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
createInstance(OActivity, ActivityInfo, ScopeFrame, LinkFrame) - Method in class org.apache.ode.bpel.runtime.ActivityTemplateFactory
 
createMessage(QName) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
createMessageExchange(String, QName, String, String) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
createMessageExchange(String, QName, String) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
createMyRoleMex(CommunicationType.Exchange, BpelEngineImpl) - Static method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
createPartnerRoleMessageExchangeImpl(MessageExchangeDAO, PortType, Operation, OPartnerLink, BpelProcess) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
createPartnerRoleMessageExchangeImpl(MessageExchangeDAO, PartnerLinkInstance, Operation, EndpointReference, EndpointReference) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
createRuntimeContext(ProcessInstanceDAO, PROCESS, MyRoleMessageExchangeImpl) - Method in class org.apache.ode.bpel.engine.BpelProcess
Create a version-appropriate runtime context.
createScope(ScopeDAO, String, int) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
createScopeInstance(Long, OScope) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
createScopeInstance(Long, OScope) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Create a scope instance object.
cronScheduler - Variable in class org.apache.ode.bpel.engine.Contexts
 
CronScheduler - Class in org.apache.ode.bpel.engine.cron
 
CronScheduler() - Constructor for class org.apache.ode.bpel.engine.cron.CronScheduler
 
CronScheduler.TerminationListener - Interface in org.apache.ode.bpel.engine.cron
 
CURRENT_SCHEMA_VERSION - Static variable in class org.apache.ode.bpel.engine.migration.MigrationHandler
 
currentTaskElement - Static variable in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 

D

dao - Variable in class org.apache.ode.bpel.engine.Contexts
 
dbexec(BpelProcessDatabase.Callable<T>) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
Execute a database transaction, unwrapping nested ManagementExceptions.
dbexec(BpelDatabase.Callable<T>) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
Execute a database transaction, unwrapping nested ManagementExceptions.
DebuggerSupport - Class in org.apache.ode.bpel.engine
Class providing functions used to support debugging funtionality in the BPEL engine.
DebuggerSupport(BpelProcess) - Constructor for class org.apache.ode.bpel.engine.DebuggerSupport
Constructor.
declaration - Variable in class org.apache.ode.bpel.runtime.CorrelationSetInstance
 
declaration - Variable in class org.apache.ode.bpel.runtime.VariableInstance
 
decrementReferenceCount(Endpoint) - Method in class org.apache.ode.bpel.engine.SharedEndpoints
Decrement the number of BPEL processes who provide a service specifically at this endpoint.
DEFAULT_CAUSE_CODE - Static variable in exception org.apache.ode.bpel.runtime.InvalidProcessException
 
DEFERRED_PROCESS_INSTANCE_CLEANUP_DISABLED_NAME - Static variable in class org.apache.ode.bpel.engine.BpelServerImpl
 
dehydrateLastUnusedProcess() - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
Returns true if the last used process was dehydrated because it was not in-use.
DehydrationPolicy - Interface in org.apache.ode.bpel.engine
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.
delete(String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
delete(Set<ProcessConf.CLEANUP_CATEGORY>) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
delete(Set<ProcessConf.CLEANUP_CATEGORY>, boolean) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
deleteActivityRecovery(String) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
deleteProcessDAO(QName, boolean) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
doAsyncReply(MyRoleMessageExchangeImpl) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
doXslTransform(XPathContext, String, Object) - Static method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10BpelFunctions
WS-BPEL doXslTransform function

E

e - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswerResult
 
enable(boolean) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
engine - Variable in class org.apache.ode.bpel.engine.replayer.Replayer
 
engineQName - Variable in class org.apache.ode.bpel.engine.extvar.ExternalVariableConf.Variable
 
equals(Object) - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
Equals comperator method.
equals(Object) - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager.RequestIdTuple
Deprecated.  
equals(Object) - Method in class org.apache.ode.bpel.runtime.breaks.BreakpointImpl
 
equals(Object) - Method in class org.apache.ode.bpel.runtime.PartnerLinkInstance
 
equals(Object) - Method in class org.apache.ode.bpel.runtime.VariableInstance
 
evaluate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.CombineUrl
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.ComposeUrl
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.DayTimeDuration
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Delete
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.DomToString
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.DoXslTransform
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.GetLinkStatus
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.GetVariableData
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.GetVariableProperty
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertAfter
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertAsFirstInto
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertAsLastInto
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertBefore
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertInto
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.ProcessProperty
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Rename
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.SplitToElements
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.YearMonthDuration
 
evaluate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
evaluate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
 
evaluate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
evaluate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
evaluateAsBoolean(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
evaluateAsBoolean(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
evaluateAsBoolean(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
 
evaluateAsBoolean(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
evaluateAsBoolean(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
evaluateAsDate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
evaluateAsDate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
evaluateAsDate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
Evaluate expression and return a date
evaluateAsDate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
evaluateAsDate(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
evaluateAsDuration(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
evaluateAsDuration(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
evaluateAsDuration(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
Evaluate expression and return duration
evaluateAsDuration(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
evaluateAsDuration(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
evaluateAsNumber(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
evaluateAsNumber(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
evaluateAsNumber(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
Evaluate expression and return a number
evaluateAsNumber(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
evaluateAsNumber(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
evaluateAsString(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
evaluateAsString(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
evaluateAsString(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
 
evaluateAsString(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
evaluateAsString(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
evaluateNode(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
evaluateNode(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
evaluateNode(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
Evaluate expression and return a node
evaluateNode(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
evaluateNode(OExpression, EvaluationContext) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
evaluateQuery(Node, OExpression) - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
evaluateQuery(Node, OExpression) - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
EventContextImpl - Class in org.apache.ode.bpel.runtime
Bpel Event Context Implementation.
EventContextImpl(OScope, Long, BpelRuntimeContext) - Constructor for class org.apache.ode.bpel.runtime.EventContextImpl
Constructor
EventFilter - Class in org.apache.ode.bpel.runtime.monitor
Specifies event filter associated with a process instance.
EventFilter(Serializable) - Constructor for class org.apache.ode.bpel.runtime.monitor.EventFilter
Constructor.
EventFilter(Serializable, int) - Constructor for class org.apache.ode.bpel.runtime.monitor.EventFilter
Constructor.
EventHandlerControl - Interface in org.apache.ode.bpel.runtime.channels
Channel used to control processing of event handler activities.
EventHandlerControlChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type EventHandlerControl.
EventHandlerControlChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the EventHandlerControl channel type.
EventHandlerControlChannelListener(EventHandlerControlChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.EventHandlerControlChannelListener
 
exec(BpelDatabase.Callable<T>) - Method in class org.apache.ode.bpel.engine.BpelDatabase
Execute a self-contained database transaction.
execIsolatedTransaction(Callable<T>) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
execTransaction(Callable<T>) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
execTransaction(Callable<T>, int) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
execute() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
ExpressionLanguageRuntimeRegistry - Class in org.apache.ode.bpel.runtime
A registry of ExpressionLanguageRuntime objects that is able to map a given expression to the appropriate language runtime.
ExpressionLanguageRuntimeRegistry() - Constructor for class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
ExprEvaluationContextImpl - Class in org.apache.ode.bpel.runtime
The context in which BPEL expressions are evaluated.
ExprEvaluationContextImpl(ScopeFrame, BpelRuntimeContext) - Constructor for class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
ExprEvaluationContextImpl(ScopeFrame, BpelRuntimeContext, Node) - Constructor for class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
ExprEvaluationContextImpl(ScopeFrame, BpelRuntimeContext, Map<OLink, Boolean>) - Constructor for class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
ExternalVariableConf - Class in org.apache.ode.bpel.engine.extvar
 
ExternalVariableConf(List<Element>) - Constructor for class org.apache.ode.bpel.engine.extvar.ExternalVariableConf
 
ExternalVariableConf.Variable - Class in org.apache.ode.bpel.engine.extvar
 
ExternalVariableKeyMapSerializer - Class in org.apache.ode.bpel.extvar.jdbc
Provides methods to serialize (into XML) the name-value pairs of an external-variable key map.
ExternalVariableKeyMapSerializer() - Constructor for class org.apache.ode.bpel.extvar.jdbc.ExternalVariableKeyMapSerializer
 
ExternalVariableManager - Class in org.apache.ode.bpel.engine.extvar
Manager for external variable instances; used by BpelProcess to manage external variables.
ExternalVariableManager(QName, ExternalVariableConf, Map<QName, ExternalVariableModule>, OProcess) - Constructor for class org.apache.ode.bpel.engine.extvar.ExternalVariableManager
 
extractInteger(Object) - Static method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Helper
Extract an integer from the given parameter.
extractNameValueMap(Element) - Static method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Helper
Extract the name/value from an xml element similar too:
<elt> <foovar>bar</foovar> <myvar>value1</myvar> </elt>

The local name of the element is the map key, the text content the associated value.

extractString(Object) - Static method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Helper
Extract a string from the given parameter.
EXTVARCONF_ELEMENT - Static variable in class org.apache.ode.bpel.engine.extvar.ExternalVariableConf
 
extVariableId - Variable in class org.apache.ode.bpel.engine.extvar.ExternalVariableConf.Variable
 

F

FailMessageExchangeException - Exception in org.apache.ode.bpel.intercept
Exception thrown by MessageExchangeInterceptor implementations that is used to indicate that the processing of the exchange should be aborted with a failure.
FailMessageExchangeException(String) - Constructor for exception org.apache.ode.bpel.intercept.FailMessageExchangeException
 
FailMessageExchangeException(String, Throwable) - Constructor for exception org.apache.ode.bpel.intercept.FailMessageExchangeException
 
failure(String, Element) - Method in interface org.apache.ode.bpel.runtime.channels.ParentScope
 
fault(Long, QName, Element) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
fault(FaultData) - Method in interface org.apache.ode.bpel.runtime.channels.ActivityRecovery
Fault the activity.
FaultDaoImpl - Class in org.apache.ode.bpel.memdao
In-memory implementation of FaultDAO.
FaultDaoImpl(String, String, Element, int, int) - Constructor for class org.apache.ode.bpel.memdao.FaultDaoImpl
 
FaultData - Class in org.apache.ode.bpel.runtime.channels
Information about a BPEL fault.
FaultData(QName, OBase, String) - Constructor for class org.apache.ode.bpel.runtime.channels.FaultData
 
FaultData(QName, Element, OVarType, OBase) - Constructor for class org.apache.ode.bpel.runtime.channels.FaultData
 
FaultMessageExchangeException - Exception in org.apache.ode.bpel.intercept
Exception thrown by MessageExchangeInterceptor implementations that is used to indicate that the processing of the exchange should be aborted with a fault.
FaultMessageExchangeException(String, QName, Message) - Constructor for exception org.apache.ode.bpel.intercept.FaultMessageExchangeException
 
fetchAnswer(QName, String, Element, Date) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext.Answers
 
fetchEndpointSessionId(PartnerLinkInstance, boolean) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
fetchMyRoleEndpointReferenceData(PartnerLinkInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
fetchMyRoleEndpointReferenceData(PartnerLinkInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Fetches the my-role endpoint reference data.
fetchMySessionId(PartnerLinkInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
Fetch the session-identifier for the partner link from the database.
fetchMySessionId(PartnerLinkInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Fetches our session id associated with the partner link instance.
fetchPartnerLinkDAO(PartnerLinkInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
fetchPartnerRoleEndpointReferenceData(PartnerLinkInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
fetchPartnerRoleEndpointReferenceData(PartnerLinkInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
fetchPartnersSessionId(PartnerLinkInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
fetchPartnersSessionId(PartnerLinkInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Fetches the partner's session id associated with the partner link instance.
findFailedCountAndLastFailedDateForProcessId(BpelDAOConnection, String, String) - Method in class org.apache.ode.bpel.memdao.ProcessManagementDaoImpl
 
findFailedCountAndLastFailedDateForProcessIds(Set<String>) - Method in class org.apache.ode.bpel.memdao.ProcessManagementDaoImpl
 
findLineNo(OBase) - Method in class org.apache.ode.bpel.runtime.channels.FaultData
Find the best line number for the given location.
findReplayedInstance(long) - Method in class org.apache.ode.bpel.engine.replayer.Replayer
 
findRoute(MyRoleMessageExchangeImpl) - Method in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
 
finishCompletion() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
FOREACH - Class in org.apache.ode.bpel.runtime
 
FOREACH(ActivityInfo, ScopeFrame, LinkFrame) - Constructor for class org.apache.ode.bpel.runtime.FOREACH
 
forget() - Method in interface org.apache.ode.bpel.runtime.channels.Compensation
 

G

genId() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
genId() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Generate a unique (and monotonic) ID in the context of this instance.
genMonotonic() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
genMonotonic() - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
getActivities() - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
getActivityFailureCount() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getActivityFailureDateTime() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getActivityId() - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
getActivityId() - Method in class org.apache.ode.bpel.runtime.channels.FaultData
 
getActivityRecoveries() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getAnswersKey(QName, String) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext.Answers
 
getAttribute(String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
getAttributes(String[]) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
getBaseResourceURI() - Method in class org.apache.ode.bpel.engine.BpelProcess
Retrives the base URI to use for local resource resolution.
getBaseResourceURI() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getBaseResourceURI() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Retrieves the base URI that this BPEL Process instance is running relative to.
getBaseResourceURI() - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
getBaseResourceURI() - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
getBpelEngine() - Method in class org.apache.ode.bpel.engine.InterceptorContextImpl
 
getBpelEngine() - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor.InterceptorContext
 
getBpelProcess() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getBpelProcess() - Method in class org.apache.ode.bpel.engine.InterceptorContextImpl
 
getBpelProcess() - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor.InterceptorContext
 
getBpelRuntimeContext() - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
getBreakpoints(Long) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getBreakpoints(Long) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
getCallbackEPR() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getCallee() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getCaller() - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
getCauseCode() - Method in exception org.apache.ode.bpel.runtime.InvalidProcessException
 
getChannel() - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
getChannel() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getCleanupCategories(boolean) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getClientId() - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
getCommunication(GetCommunication) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getCommunication(GetCommunication, BpelDAOConnection) - Method in class org.apache.ode.bpel.engine.replayer.Replayer
 
getCompletedFault(Long) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getConf() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getConfigForPartnerLink(OPartnerLink) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getConfigForPartnerLink(OPartnerLink) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Retrieve failure handling info for invoke
getConnection() - Method in class org.apache.ode.bpel.engine.InterceptorContextImpl
 
getConnection() - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor.InterceptorContext
 
getConnection() - Method in class org.apache.ode.bpel.memdao.BpelDAOConnectionFactoryImpl
 
getConnection() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getContexts() - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
getCorrelation(Long, Long, String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getCorrelation(String) - Method in class org.apache.ode.bpel.runtime.monitor.ProcessInstance
The correlation values for a correlation set.
getCorrelationId() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getCorrelationSet(String) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getCorrelationSetFilter(String) - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Returns the correlation correlationKey for a correlation set filter.
getCorrelationSetFilters() - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Returns the names of the correlation sets used in this filter.
getCorrelationSets() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getCorrelationStatus() - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
 
getCorrelationStatus() - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
getCorrelationStatus() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getCreateTime() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getCreateTime() - Method in class org.apache.ode.bpel.runtime.monitor.ProcessInstance
The time the instance was created.
getCSetId() - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
Return the OCorrelation id for the correlation set
getCurrentEventDateTime() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getCurrentEventDateTime() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getCurrentEventDateTime() - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
getCurrentEventDateTime() - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
getDAO() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
getData() - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
getData() - Method in class org.apache.ode.bpel.memdao.MessageDAOImpl
 
getDataSource() - Method in class org.apache.ode.bpel.memdao.BpelDAOConnectionFactoryImpl
 
getDebugger(QName) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
getDebugger(QName) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
Get the DebuggerSupport object for the given process identifier.
getDebugger(Long) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
Get the DebuggerSupport object for the given instance identifier.
getDebuggerSupport() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getDepth(int) - Method in class org.apache.ode.bpel.engine.NStateLatch
 
getDirection() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getEndpointReference() - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
Use the EPR of one of the subscribers as my EPR
getEndpointReference(Endpoint) - Method in class org.apache.ode.bpel.engine.SharedEndpoints
Get the EPR for an endpoint
getEndTime() - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Filters all process instances started before the specified end time.
getEngine() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getEngine() - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
getEPR() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getEstimatedHydratedSize() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getEventCount(Long) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getEventCount() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getEvents(Long, int, int) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getEvents(int, int) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getEventsFirstLastCount() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getEventTimeline(String, String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getEVM() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getExecutionState() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getExplanation() - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
getExplanation() - Method in class org.apache.ode.bpel.runtime.channels.FaultData
 
getExpLangRuntime() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getExpLangRuntime() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getExtensibilityElements(QName, Integer[]) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getFault() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getFault() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getFaultData() - Method in exception org.apache.ode.bpel.intercept.FaultMessageExchangeException
 
getFaultException() - Method in interface org.apache.ode.bpel.elang.xpath10.runtime.WrappedFaultException
 
getFaultException() - Method in exception org.apache.ode.bpel.elang.xpath10.runtime.WrappedFaultException.JaxenFunctionException
 
getFaultException() - Method in exception org.apache.ode.bpel.elang.xpath10.runtime.WrappedFaultException.JaxenUnresolvableException
 
getFaultExplanation() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getFaultLineNo() - Method in class org.apache.ode.bpel.runtime.channels.FaultData
 
getFaultMessage() - Method in class org.apache.ode.bpel.runtime.channels.FaultData
Return potential message associated with fault.
getFaultName() - Method in exception org.apache.ode.bpel.intercept.FaultMessageExchangeException
 
getFaultName() - Method in class org.apache.ode.bpel.runtime.channels.FaultData
Get the fault name.
getFaultType() - Method in class org.apache.ode.bpel.runtime.channels.FaultData
The message type of the fault message data.
getGlobalBreakpoints(String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getGlobalBreakpoints() - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
getHeader() - Method in class org.apache.ode.bpel.memdao.MessageDAOImpl
 
getHeaderPart(String) - Method in class org.apache.ode.bpel.engine.MessageImpl
 
getHeaderParts() - Method in class org.apache.ode.bpel.engine.MessageImpl
 
getHydratedFootprint() - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getHydratedProcessCount(QName) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getHydratedProcessSize(QName) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getInitialMyRoleEPR(OPartnerLink) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getInitialPartnerRoleEndpoint(OPartnerLink) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getInitialPartnerRoleEPR(OPartnerLink) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getInstance() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getInstanceId() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getInstanceInfo(Long) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getInstanceInUseCount() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getInstanceMaximumCount() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getInstanceThrottledMaximumCount() - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getInstantiatingCorrelator() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getLastActiveTime() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getLastUsed() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getLineNo() - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
getLinkStatus(XPathContext, String) - Static method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10BpelFunctions
WS-BPEL getLinkStatus function
getMaxReturn() - Method in class org.apache.ode.bpel.runtime.monitor.EventFilter
Get the maximum number of events to return.
getMaxReturn() - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
The maximum number of instances to return.
getMBeanInfo() - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
getMessage() - Method in class org.apache.ode.bpel.engine.MessageImpl
 
getMessage() - Method in exception org.apache.ode.bpel.engine.replayer.RemainingExchangesException
 
getMessageExchange(String) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getMessageExchange() - Method in class org.apache.ode.bpel.memdao.MessageDAOImpl
 
getMessageExchange(String) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getMessageExchangeId() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getMessageExchangeIds() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getMyEPR() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getMyRequest(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getMyRequest(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getMyRoleEndpointReference() - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
getMyRoleName() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getMyRoleServiceName() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getMySessionId() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getName() - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
getName() - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
getNewestProcessByType(QName) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getOperation() - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
 
getOperation() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getOProcess() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getOriginal(Object) - Method in class org.apache.ode.bpel.engine.ReplacementMapImpl
 
getPart(String) - Method in class org.apache.ode.bpel.engine.MessageImpl
 
getPartData(Element, OMessageVarType.Part) - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
getPartData(Element, OMessageVarType.Part) - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
getPartnerEPR() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getPartnerFault(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getPartnerFault(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getPartnerFaultExplanation(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getPartnerFaultExplanation(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getPartnerLink() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getPartnerLinkModelId() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getPartnerLinkModelId() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getPartnerLinkName() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getPartnerResponse(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getPartnerResponse(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getPartnerResponseType(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getPartnerResponseType(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getPartnerRoleChannel(OPartnerLink) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getPartnerRoleName() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getPartnerSessionId() - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
getParts() - Method in class org.apache.ode.bpel.engine.MessageImpl
 
getPattern() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getPID() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getPid() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getPid() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getPID() - Method in class org.apache.ode.bpel.runtime.ResumeWork
 
getPipedMessageExchangeId() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getPortType() - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
 
getPortType() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getPreviousState() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getProcess(QName) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getProcess() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getProcess() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getProcess() - Method in interface org.apache.ode.bpel.runtime.monitor.ProcessMonitor
Returns the process object to be monitored.
getProcessClassLoader() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getProcessClassLoader() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getProcessConf() - Method in class org.apache.ode.bpel.engine.InterceptorContextImpl
 
getProcessConf() - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor.InterceptorContext
 
getProcessCorrelations() - Method in class org.apache.ode.bpel.runtime.monitor.ProcessInstance
Set of global correlation sets.
getProcessDAO() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getProcessDAO() - Method in class org.apache.ode.bpel.engine.InterceptorContextImpl
 
getProcessDAO() - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor.InterceptorContext
 
getProcessDef(String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getProcessId() - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
getProcessId() - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
getProcessInfo(QName) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getProcessInfoCustom(QName, ProcessInfoCustomizer) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getProcessInstance(String, CorrelationKey) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getProcessInstance() - Method in class org.apache.ode.bpel.runtime.monitor.EventFilter
Unique identifier of the process instance.
getProcessInstanceId() - Method in class org.apache.ode.bpel.runtime.monitor.ProcessInstance
Unique identifier for the process instance.
getProcessInstances(InstanceFilter) - Method in interface org.apache.ode.bpel.runtime.monitor.ProcessMonitor
Return a list of process instances.
getProcessModel() - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
getProcessProperty(QName) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getProcessProperty(QName, String) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getProcessProperty(QName) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getProcessProperty(QName) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Retrieves the property value that has been defined for this BPEL Process type.
getProcessQName() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getProcessQName() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getProcessQName() - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
getProcessQName() - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
getProcessThrottledMaximumCount() - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getProcessThrottledMaximumSize() - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getPropagateTransactionFlag() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getProperty(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getPropertyNames() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getPropertyValue(QName) - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
getPropertyValue(QName) - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
getReferenceCount(EndpointReference) - Method in class org.apache.ode.bpel.engine.SharedEndpoints
 
getReplacement(Object) - Method in class org.apache.ode.bpel.engine.ReplacementMapImpl
 
getReplacementMap(QName) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getRequest() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getResponse() - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
Use the response from one of the subscribers as my response
getResponse() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getRids() - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager
Deprecated.  
getRootNode() - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
getRootNode() - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
getRootScope() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getRootScopeId() - Method in class org.apache.ode.bpel.runtime.monitor.ProcessInstance
Unique identifier for the root scope of the process.
getSchedulesFile() - Method in class org.apache.ode.bpel.engine.cron.SystemSchedulesConfig
 
getScope() - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
getScope(Long) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getScopeInfo(String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getScopeInfoWithActivity(String, boolean) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getScopeInstanceId() - Method in class org.apache.ode.bpel.runtime.EventContextImpl
Get ScopeInstanceId
getScopeInstancesForScope(Long, String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getScopes(String) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getScopes() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getServiceConfig(QName) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
getServiceName() - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
getServiceNames() - Method in class org.apache.ode.bpel.engine.BpelProcess
Get all the services that are implemented by this process.
getSharedEndpoints() - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getSimpleContent(Node, QName) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpVariableResolver
 
getSkip() - Method in class org.apache.ode.bpel.runtime.monitor.EventFilter
The number of events to skip.
getSkip() - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
The number of instances to skip.
getSoup() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getSourceEPR(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getSourceEPR(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getSourceSessionId(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
getSourceSessionId(String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
getStartTime(Long) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getStartTime() - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Filters all process instances started after the specified start time.
getState(Long) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getState() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getState() - Method in class org.apache.ode.bpel.runtime.monitor.ProcessInstance
State of this process instance.
getStates() - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Returns only process instances in the specified states.
getStatus() - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
 
getStatus() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getSubscriberCount() - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
 
getSubscriberCount() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
getSystemCronJobs() - Method in class org.apache.ode.bpel.engine.cron.SystemSchedulesConfig
Returns the list of cron jobs configured for all processes.
getTimeout(OPartnerLink, boolean) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
getTotalBpelFootprint() - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
getType() - Method in class org.apache.ode.bpel.engine.MessageImpl
 
getType() - Method in class org.apache.ode.bpel.memdao.MessageDAOImpl
 
getValues() - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
Return the values for the correlation set
getVariable(Long, Long, String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
getVariable(String) - Method in class org.apache.ode.bpel.engine.extvar.ExternalVariableConf
 
getVariableData(XPathContext, String, String, String) - Static method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10BpelFunctions
WS-BPEL getVariableData function
getVariableData(String) - Method in class org.apache.ode.bpel.runtime.EventContextImpl
Get Variable data for the given variable name, for this scope instance
getVariableData(String, String, String) - Method in interface org.apache.ode.bpel.runtime.monitor.ProcessMonitor
Inspect data variable.
getVariableInfo(String, String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
getVariableNames() - Method in class org.apache.ode.bpel.runtime.EventContextImpl
Get All variable names used in this scope Instance
getVariableProperty(XPathContext, String, String) - Static method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10BpelFunctions
WS-BPEL getVariableProperty function
getVariables() - Method in class org.apache.ode.bpel.engine.extvar.ExternalVariableConf
 
getVariables(String, int) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
getVersion() - Method in class org.apache.ode.bpel.engine.BpelProcess
 

H

handleIncomingRequest(MyRoleMessageExchangeImpl, Date) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
handleJobDetails(Scheduler.JobDetails) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
handleJobDetails(Scheduler.JobDetails, Date) - Method in class org.apache.ode.bpel.engine.replayer.Replayer
 
hasActiveInstances() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
hasActiveInstances(QName) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
hashCode() - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
Generate a hash code from the hash codes of the elements.
hashCode() - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager.RequestIdTuple
Deprecated.  
hashCode() - Method in class org.apache.ode.bpel.runtime.breaks.BreakpointImpl
 
hashCode() - Method in class org.apache.ode.bpel.runtime.PartnerLinkInstance
 
hintIsHydrated() - Method in class org.apache.ode.bpel.engine.BpelProcess
Get a hint as to whether this process is hydrated.
hydrated(BpelProcess) - Method in interface org.apache.ode.bpel.engine.ProcessLifecycleCallback
 

I

idx - Variable in class org.apache.ode.bpel.engine.migration.OldSelector
 
idx - Variable in class org.apache.ode.bpel.runtime.Selector
 
IMAManager - Class in org.apache.ode.bpel.engine
This class handles behaviour of IMAs (Inbound Message Activities) as specified in WS BPEL.
IMAManager() - Constructor for class org.apache.ode.bpel.engine.IMAManager
 
IMAManager.Entry - Class in org.apache.ode.bpel.engine
 
incrementReferenceCount(Endpoint) - Method in class org.apache.ode.bpel.engine.SharedEndpoints
Increment the number of BPEL processes who provide a service specifically at this endpoint.
incrementSubscriberCount() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
init() - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
init(CommunicationType, ReplayerScheduler) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
init() - Method in class org.apache.ode.bpel.engine.SharedEndpoints
This is called when the server is initializing
init(Properties) - Method in class org.apache.ode.bpel.memdao.BpelDAOConnectionFactoryImpl
 
initialize(Map) - Method in class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
initialize(Map) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
initialize(Map) - Method in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
Initialize XSL Transformer
initialize(Map) - Method in class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 
initializeCorrelation(CorrelationSetInstance, VariableInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
Common functionality to initialize a correlation set based on data available in a variable.
initializeCorrelation(CorrelationSetInstance, VariableInstance) - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
initializePartnerLinks(Long, Collection<OPartnerLink>) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
initializePartnerLinks(Long, Collection<OPartnerLink>) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Initializes endpoint references for partner links inside a scope.
initializePartnersSessionId(PartnerLinkInstance, String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
initializePartnersSessionId(PartnerLinkInstance, String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Initialize the partner's session id for this partner link instance.
InitType - Enum in org.apache.ode.bpel.extvar.jdbc
Enumeration of methods in which a new external variable row initialization is handled.
inputMsgMatch(String, int, MyRoleMessageExchangeImpl) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
insertBpelEvent(ProcessInstanceEvent) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
insertMissingData(XPathExpression, Node) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionModifier
Insert nodes into the specified XPath expression wherever required To be precise, an node is added to its parent if: a) the node is an element...
InstanceCountThrottler - Class in org.apache.ode.bpel.intercept
An example of a simple interceptor providing a "throttling" capability - that is an ability to limit the number of instances created for a given process.
InstanceCountThrottler() - Constructor for class org.apache.ode.bpel.intercept.InstanceCountThrottler
 
InstanceFilter - Class in org.apache.ode.bpel.runtime.monitor
Filter for querying and inspecting process instances.
InstanceFilter() - Constructor for class org.apache.ode.bpel.runtime.monitor.InstanceFilter
 
InstanceLockManager - Class in org.apache.ode.bpel.engine
WARNING --- EXPERIMENTAL Mechanism for obtaining instance-level locks.
InstanceLockManager() - Constructor for class org.apache.ode.bpel.engine.InstanceLockManager
 
InstanceLockManager.TimeoutException - Exception in org.apache.ode.bpel.engine
Exception class indicating a time-out occured while obtaining a lock.
InstanceLockManager.TimeoutException() - Constructor for exception org.apache.ode.bpel.engine.InstanceLockManager.TimeoutException
 
InterceptorContextImpl - Class in org.apache.ode.bpel.engine
Implementation of the MessageExchangeInterceptor.InterceptorContext interface.
InterceptorContextImpl(BpelDAOConnection, ProcessDAO, ProcessConf, BpelEngine, BpelProcess) - Constructor for class org.apache.ode.bpel.engine.InterceptorContextImpl
 
InterceptorInvoker - Class in org.apache.ode.bpel.intercept
Helper for invoking the appropriate MessageExchangeInterceptor method -- basically a work-around for lack of closures.
InvalidContextException - Exception in org.apache.ode.bpel.runtime
Exception used by the runtime to indicate a problem with the execution context.
InvalidContextException() - Constructor for exception org.apache.ode.bpel.runtime.InvalidContextException
 
InvalidContextException(String, Throwable) - Constructor for exception org.apache.ode.bpel.runtime.InvalidContextException
 
InvalidContextException(String) - Constructor for exception org.apache.ode.bpel.runtime.InvalidContextException
 
InvalidContextException(Throwable) - Constructor for exception org.apache.ode.bpel.runtime.InvalidContextException
 
InvalidProcessException - Exception in org.apache.ode.bpel.runtime
A run-time exception indicating that the process is invalid.
InvalidProcessException(String, Throwable) - Constructor for exception org.apache.ode.bpel.runtime.InvalidProcessException
 
InvalidProcessException(String) - Constructor for exception org.apache.ode.bpel.runtime.InvalidProcessException
 
InvalidProcessException(Exception) - Constructor for exception org.apache.ode.bpel.runtime.InvalidProcessException
 
InvalidProcessException(int) - Constructor for exception org.apache.ode.bpel.runtime.InvalidProcessException
 
InvalidProcessException(String, int) - Constructor for exception org.apache.ode.bpel.runtime.InvalidProcessException
 
invocationResponse(String, String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
invoke(PartnerLinkMyRoleImpl, PartnerLinkMyRoleImpl.RoutingInfo, boolean) - Method in interface org.apache.ode.bpel.engine.BpelProcess.InvokeHandler
 
invoke(int, PartnerLinkInstance, Operation, Element, InvokeResponseChannel) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
Called back when the process executes an invokation.
invoke(Message) - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
Propagate the invoke reliable call to each subscriber
invoke(Message) - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
invoke(String, Object[], String[]) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
invoke(int, PartnerLinkInstance, Operation, Element, InvokeResponseChannel) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
invoke(MessageExchangeInterceptor, MessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.InterceptorInvoker
 
invoke(int, PartnerLinkInstance, Operation, Element, InvokeResponseChannel) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Called back when the process executes an invokation.
INVOKE - Class in org.apache.ode.bpel.runtime
JacobRunnable that performs the work of the invoke activity.
INVOKE(ActivityInfo, ScopeFrame, LinkFrame) - Constructor for class org.apache.ode.bpel.runtime.INVOKE
 
invokeInstance(MyRoleMessageExchangeImpl, PartnerLinkMyRoleImpl.RoutingInfo) - Method in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
 
invokeNewInstance(MyRoleMessageExchangeImpl, PartnerLinkMyRoleImpl.RoutingInfo) - Method in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
 
invokeProcess(MyRoleMessageExchangeImpl, BpelProcess.InvokeHandler) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
InvokeResponse - Interface in org.apache.ode.bpel.runtime.channels
Response channel for pick requests.
InvokeResponseChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type InvokeResponse.
InvokeResponseChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the InvokeResponse channel type.
InvokeResponseChannelListener(InvokeResponseChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.InvokeResponseChannelListener
 
isAsynchronous() - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
isCleanupCategoryEnabled(boolean, ProcessConf.CLEANUP_CATEGORY) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
isCompleted() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswersForKey
 
isCorrelationInitialized(CorrelationSetInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
isCorrelationInitialized(CorrelationSetInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
isCreateInstance(MyRoleMessageExchangeImpl) - Method in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
 
isEnabled() - Method in class org.apache.ode.bpel.runtime.breaks.BreakpointImpl
 
isHydrationLazy() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
isHydrationLazySet() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
isInMemory() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
isLinkActive(OLink) - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
isLinkActive(OLink) - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
isLive - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswerResult
 
isMatch(OldCorrelationKey[]) - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
Check if this key matches any member in a set of keys.
isOneWayOnly() - Method in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
 
isPartnerRoleEndpointInitialized(PartnerLinkInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
isPartnerRoleEndpointInitialized(PartnerLinkInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Determine if the partner role of an endpoint has been initialized (either explicitly throug assginment or via the deployment descriptor)
isRemoveCompleted() - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
isReplaceable(Object) - Method in class org.apache.ode.bpel.engine.ReplacementMapImpl
 
isReplacement(Object) - Method in class org.apache.ode.bpel.engine.ReplacementMapImpl
 
isTransacted() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
isTransactional() - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
isVariableInitialized(VariableInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
isVariableInitialized(VariableInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Checks for variable initialization, i.e. has had a 'write'

J

JaxpFunctionResolver - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver(EvaluationContext, OXPath20ExpressionBPEL20) - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver
 
JaxpFunctionResolver.CombineUrl - Class in org.apache.ode.bpel.elang.xpath20.runtime
Takes the relative URL and combines it with the base URL to return a new absolute URL.
JaxpFunctionResolver.CombineUrl() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.CombineUrl
 
JaxpFunctionResolver.ComposeUrl - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.ComposeUrl() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.ComposeUrl
 
JaxpFunctionResolver.ComposeUrl(boolean, String) - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.ComposeUrl
 
JaxpFunctionResolver.DayTimeDuration - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.DayTimeDuration() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.DayTimeDuration
 
JaxpFunctionResolver.Delete - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.Delete() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Delete
 
JaxpFunctionResolver.DomToString - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.DomToString() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.DomToString
 
JaxpFunctionResolver.DoXslTransform - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.DoXslTransform() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.DoXslTransform
 
JaxpFunctionResolver.GetLinkStatus - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.GetLinkStatus() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.GetLinkStatus
 
JaxpFunctionResolver.GetVariableData - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.GetVariableData() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.GetVariableData
 
JaxpFunctionResolver.GetVariableProperty - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.GetVariableProperty() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.GetVariableProperty
 
JaxpFunctionResolver.Helper - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.Helper() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Helper
 
JaxpFunctionResolver.InsertAfter - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.InsertAfter() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertAfter
 
JaxpFunctionResolver.InsertAsFirstInto - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.InsertAsFirstInto() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertAsFirstInto
 
JaxpFunctionResolver.InsertAsLastInto - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.InsertAsLastInto() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertAsLastInto
 
JaxpFunctionResolver.InsertBefore - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.InsertBefore() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertBefore
 
JaxpFunctionResolver.InsertInto - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.InsertInto() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.InsertInto
 
JaxpFunctionResolver.ProcessProperty - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.ProcessProperty() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.ProcessProperty
 
JaxpFunctionResolver.Rename - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.Rename() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.Rename
 
JaxpFunctionResolver.SplitToElements - Class in org.apache.ode.bpel.elang.xpath20.runtime
Compile time checking for the non standard ode:splitToElements function.
JaxpFunctionResolver.SplitToElements() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.SplitToElements
 
JaxpFunctionResolver.YearMonthDuration - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpFunctionResolver.YearMonthDuration() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver.YearMonthDuration
 
JaxpVariableResolver - Class in org.apache.ode.bpel.elang.xpath20.runtime
 
JaxpVariableResolver(EvaluationContext, OXPath10ExpressionBPEL20, Configuration) - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.JaxpVariableResolver
 
JDBC_NS - Static variable in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
JdbcExternalVariableModule - Class in org.apache.ode.bpel.extvar.jdbc
 
JdbcExternalVariableModule() - Constructor for class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 

K

kill(String) - Method in interface org.apache.ode.bpel.runtime.monitor.ProcessMonitor
Terminates the process instance
KonstExpressionLanguageRuntimeImpl - Class in org.apache.ode.bpel.runtime.explang.konst
An implementation of the ExpressionLanguageRuntime interface for constant expressions.
KonstExpressionLanguageRuntimeImpl() - Constructor for class org.apache.ode.bpel.runtime.explang.konst.KonstExpressionLanguageRuntimeImpl
 

L

latch(int) - Method in class org.apache.ode.bpel.engine.NStateLatch
 
LinkStatus - Interface in org.apache.ode.bpel.runtime.channels
 
linkStatus(boolean) - Method in interface org.apache.ode.bpel.runtime.channels.LinkStatus
 
LinkStatusChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type LinkStatus.
LinkStatusChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the LinkStatus channel type.
LinkStatusChannelListener(LinkStatusChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.LinkStatusChannelListener
 
listAllInstances() - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listAllInstancesWithLimit(int) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listAllProcesses() - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listEvents(String, String, int) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listInstances(String, String, int) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listInstancesSummary(String, String, int) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listProcesses(String, String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listProcessesCustom(String, String, ProcessInfoCustomizer) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
listProcessesSummaryOnly() - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
lock(Long, int, TimeUnit) - Method in class org.apache.ode.bpel.engine.InstanceLockManager
 
log() - Method in class org.apache.ode.bpel.runtime.BpelJacobRunnable
 
log() - Method in class org.apache.ode.bpel.runtime.channels.ActivityRecoveryChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.CompensationChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.EventHandlerControlChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.InvokeResponseChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.LinkStatusChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.ParentScopeChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.PickResponseChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.TerminationChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.channels.TimerResponseChannelListener
 
log() - Method in class org.apache.ode.bpel.runtime.REPEATUNTIL
 

M

markForDehydration(List<BpelProcess>) - Method in class org.apache.ode.bpel.engine.CountLRUDehydrationPolicy
 
markForDehydration(List<BpelProcess>) - Method in interface org.apache.ode.bpel.engine.DehydrationPolicy
Checks the currently running processes and marks some of them for dehydration according to a specifically configured policy.
matchedKeySet - Variable in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.RoutingInfo
 
matcherEvent(String, CorrelationKeySet) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
Attempt to match message exchanges on a correlator.
MessageDAOImpl - Class in org.apache.ode.bpel.memdao
 
MessageDAOImpl(MessageExchangeDAO) - Constructor for class org.apache.ode.bpel.memdao.MessageDAOImpl
 
MessageExchangeDAOImpl - Class in org.apache.ode.bpel.memdao
 
MessageExchangeDAOImpl(char, String) - Constructor for class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
messageExchangeId - Variable in class org.apache.ode.bpel.engine.migration.OldSelector
 
messageExchangeId - Variable in class org.apache.ode.bpel.runtime.Selector
 
MessageExchangeInterceptor - Interface in org.apache.ode.bpel.intercept
Hook into the BPEL server that enables intercepting of message exchange invocation.
MessageExchangeInterceptor.InterceptorContext - Interface in org.apache.ode.bpel.intercept
 
MessageImpl - Class in org.apache.ode.bpel.engine
 
MessageImpl(MessageDAO) - Constructor for class org.apache.ode.bpel.engine.MessageImpl
 
messageRoute - Variable in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.RoutingInfo
 
Messages - Class in org.apache.ode.bpel.engine
Message bundle used by the BPEL provider implementation.
Messages() - Constructor for class org.apache.ode.bpel.engine.Messages
 
Messages - Class in org.apache.ode.bpel.runtime.msgs
Message bundle for this package.
Messages() - Constructor for class org.apache.ode.bpel.runtime.msgs.Messages
 
mexId - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager.RequestIdTuple
Deprecated. Message exchange identifier.
mexRef - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager.Entry
Deprecated.  
migrate(Set<BpelProcess>, BpelDAOConnection) - Method in class org.apache.ode.bpel.engine.migration.CorrelationKeyMigration
 
migrate(Set<BpelProcess>, BpelDAOConnection) - Method in class org.apache.ode.bpel.engine.migration.CorrelationKeySetDataMigration
 
migrate(Set<BpelProcess>, BpelDAOConnection) - Method in class org.apache.ode.bpel.engine.migration.CorrelationKeySetMigration
 
migrate(Set<BpelProcess>, BpelDAOConnection) - Method in class org.apache.ode.bpel.engine.migration.CorrelatorsMigration
 
migrate(Set<BpelProcess>, BpelDAOConnection) - Method in interface org.apache.ode.bpel.engine.migration.Migration
All database migrations are run in the same transaction so if one fails, they will all be rollbacked.
migrate(Set<BpelProcess>, int) - Method in class org.apache.ode.bpel.engine.migration.MigrationHandler
 
migrate(Set<BpelProcess>, BpelDAOConnection) - Method in class org.apache.ode.bpel.engine.migration.OutstandingRequestsMigration
 
migrateRids(Map<OutstandingRequestManager.RequestIdTuple, OutstandingRequestManager.Entry>) - Method in class org.apache.ode.bpel.engine.IMAManager
 
Migration - Interface in org.apache.ode.bpel.engine.migration
Implement and add to the list of migrations in MigrationHandler to allow database level migration.
MigrationHandler - Class in org.apache.ode.bpel.engine.migration
Checks database schema versions and migrates when necessary.
MigrationHandler(Contexts) - Constructor for class org.apache.ode.bpel.engine.migration.MigrationHandler
 
MonitorException - Exception in org.apache.ode.bpel.runtime.monitor
Error occured while monitoring process.
MonitorException(String) - Constructor for exception org.apache.ode.bpel.runtime.monitor.MonitorException
 
MonitorException(String, Throwable) - Constructor for exception org.apache.ode.bpel.runtime.monitor.MonitorException
 
MonitorException(Throwable) - Constructor for exception org.apache.ode.bpel.runtime.monitor.MonitorException
 
msgDeployFailed(QName, File) - Method in class org.apache.ode.bpel.engine.Messages
 
msgDeployRollback(File) - Method in class org.apache.ode.bpel.engine.Messages
 
msgDeployStarting(File) - Method in class org.apache.ode.bpel.engine.Messages
 
msgEmptyRValue() - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
The R-Value must select one item.
msgEvalException(String, String) - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
An exception occured while evaluating "{0}": {1}
msgExpLangRegistrationError(String, Map<String, String>) - Method in class org.apache.ode.bpel.engine.Messages
 
msgInternalError(String) - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
InternalError: Unexpected selection failure (contact tech support): {0}
msgInvalidLValue() - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
The L-Value must be a text information item (TII), element information item (EII), or attribute information item (AII).
msgInvalidRValue() - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
The R-Value must be a text information item (TII) or element information item (EII).
msgLiteralContainsMixedContent() - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
A literal must not contain mixed content.
msgLiteralContainsMultipleEIIs() - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
A literal must not contain more than one element information item (EII).
msgLiteralMustContainTIIorEII() - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
A literal must contain either a text information item (TII) or a single element information item (EII).
msgLocationMustBeString(String, int, String) - Method in class org.apache.ode.bpel.runtime.msgs.Messages
Format a message about passing a non-static location path where one is expected.
msgMessageExchangeFailureOnProcessCompletion() - Method in class org.apache.ode.bpel.runtime.msgs.Messages
 
msgPropertyAliasReturnedNonElement(String, String) - Method in class org.apache.ode.bpel.runtime.msgs.Messages
 
msgPropertyAliasReturnedRValue(String, String) - Method in class org.apache.ode.bpel.runtime.msgs.Messages
 
msgRValueMultipleNodesSelected(String) - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
R-Value expression "{0}" returned multiple nodes.
msgRValueNoNodesSelected(String) - Method in class org.apache.ode.bpel.runtime.ASSIGNMessages
R-Value expression "{0}" did not select any nodes.
msgScheduledJobFailed(Scheduler.JobDetails) - Method in class org.apache.ode.bpel.engine.Messages
 
msgUnableToCompileXPath(String, int, String) - Method in class org.apache.ode.bpel.runtime.msgs.Messages
Format a message about being unable to compile an XPath expression.
msgUnknownEPR(String) - Method in class org.apache.ode.bpel.runtime.msgs.Messages
 
MyRoleMessageExchangeImpl - Class in org.apache.ode.bpel.engine
 
MyRoleMessageExchangeImpl(BpelProcess, BpelEngineImpl, MessageExchangeDAO) - Constructor for class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 

N

NAME - Static variable in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
Unique QName for the engine, this should be the element used for the external-variable configuration.
narrowTypes() - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
narrowTypes() - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
NoOpInterceptor - Class in org.apache.ode.bpel.intercept
No-Op implementation of the {@link org.apache.ode.bpel.intercept.MessageExchangeInterceptor interface; good for sub-classing.
NoOpInterceptor() - Constructor for class org.apache.ode.bpel.intercept.NoOpInterceptor
 
noRoutingMatch(MyRoleMessageExchangeImpl, List<PartnerLinkMyRoleImpl.RoutingInfo>) - Method in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
 
NStateLatch - Class in org.apache.ode.bpel.engine
An N state synchronization latch useful for implementing hydration/dehydration.
NStateLatch(Runnable[]) - Constructor for class org.apache.ode.bpel.engine.NStateLatch
Constructor, the array of Runnables defines the number of states and the transition actions.

O

OldCorrelationKey - Class in org.apache.ode.bpel.engine.migration
 
OldCorrelationKey(int, String[]) - Constructor for class org.apache.ode.bpel.engine.migration.OldCorrelationKey
Constructor.
OldCorrelationKey(String) - Constructor for class org.apache.ode.bpel.engine.migration.OldCorrelationKey
 
OldSelector - Class in org.apache.ode.bpel.engine.migration
 
onBpelServerInvoked(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor
Called when the BPEL server is invoked, before any attempt to route the message exchange to a process.
onBpelServerInvoked(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.NoOpInterceptor
 
onCancel() - Method in interface org.apache.ode.bpel.runtime.channels.TimerResponse
timer was cancelled.
onEvent(BpelEvent) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
Process BPEL events WRT debugging.
onEvent(BpelEvent) - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
oneWay - Variable in class org.apache.ode.bpel.engine.migration.OldSelector
 
oneWay - Variable in class org.apache.ode.bpel.runtime.Selector
 
onFailure() - Method in interface org.apache.ode.bpel.runtime.channels.InvokeResponse
 
onFault() - Method in interface org.apache.ode.bpel.runtime.channels.InvokeResponse
 
onJobScheduled(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor
Called when the message is scheduled, before any attempt to invoke the BPEL server is made.
onJobScheduled(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.NoOpInterceptor
 
onJobScheduled(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.ProcessCountThrottler
 
onJobScheduled(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.ProcessSizeThrottler
 
onNewInstanceInvoked(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.InstanceCountThrottler
 
onNewInstanceInvoked(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor
Called when the BPEL server is invoked, after the message exchange has been routed to the process and it has been determined that a new instance needs to be created.
onNewInstanceInvoked(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.NoOpInterceptor
 
onPartnerInvoked(PartnerRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor
Called when the BPEL server is invoked, before any attempt to route the message exchange to a process.
onPartnerInvoked(PartnerRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.NoOpInterceptor
 
onProcessInvoked(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in interface org.apache.ode.bpel.intercept.MessageExchangeInterceptor
Called when the BPEL server is invoked, after the message exchange has been routed to the process.
onProcessInvoked(MyRoleMessageExchange, MessageExchangeInterceptor.InterceptorContext) - Method in class org.apache.ode.bpel.intercept.NoOpInterceptor
 
onRequestRcvd(int, String) - Method in interface org.apache.ode.bpel.runtime.channels.PickResponse
 
onResponse() - Method in interface org.apache.ode.bpel.runtime.channels.InvokeResponse
 
onScheduledJob(Scheduler.JobInfo) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
onScheduledJob(Scheduler.JobInfo) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
onScheduledJob(Scheduler.JobInfo) - Method in class org.apache.ode.bpel.engine.BpelServerImpl.PolledRunnableProcessor
 
onTimeout() - Method in interface org.apache.ode.bpel.runtime.channels.TimerResponse
timer event has occurred
opName - Variable in class org.apache.ode.bpel.engine.migration.OldSelector
 
opName - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager.RequestIdTuple
Deprecated. Name of the operation.
opName - Variable in class org.apache.ode.bpel.runtime.Selector
 
org.apache.ode.bpel.elang - package org.apache.ode.bpel.elang
 
org.apache.ode.bpel.elang.xpath10.runtime - package org.apache.ode.bpel.elang.xpath10.runtime
 
org.apache.ode.bpel.elang.xpath20.runtime - package org.apache.ode.bpel.elang.xpath20.runtime
 
org.apache.ode.bpel.elang.xquery10.runtime - package org.apache.ode.bpel.elang.xquery10.runtime
 
org.apache.ode.bpel.engine - package org.apache.ode.bpel.engine
 
org.apache.ode.bpel.engine.cron - package org.apache.ode.bpel.engine.cron
 
org.apache.ode.bpel.engine.extvar - package org.apache.ode.bpel.engine.extvar
 
org.apache.ode.bpel.engine.migration - package org.apache.ode.bpel.engine.migration
 
org.apache.ode.bpel.engine.replayer - package org.apache.ode.bpel.engine.replayer
 
org.apache.ode.bpel.evtproc - package org.apache.ode.bpel.evtproc
 
org.apache.ode.bpel.extvar.jdbc - package org.apache.ode.bpel.extvar.jdbc
 
org.apache.ode.bpel.intercept - package org.apache.ode.bpel.intercept
 
org.apache.ode.bpel.memdao - package org.apache.ode.bpel.memdao
An in-memory implementation of the BPEL data-access object (DAO) interfaces.
org.apache.ode.bpel.runtime - package org.apache.ode.bpel.runtime
 
org.apache.ode.bpel.runtime.breaks - package org.apache.ode.bpel.runtime.breaks
 
org.apache.ode.bpel.runtime.channels - package org.apache.ode.bpel.runtime.channels
 
org.apache.ode.bpel.runtime.explang.konst - package org.apache.ode.bpel.runtime.explang.konst
 
org.apache.ode.bpel.runtime.monitor - package org.apache.ode.bpel.runtime.monitor
Interfaces for monitoring BPEL processes.
org.apache.ode.bpel.runtime.msgs - package org.apache.ode.bpel.runtime.msgs
 
OutstandingRequestManager - Class in org.apache.ode.bpel.engine
Deprecated. 
OutstandingRequestManager() - Constructor for class org.apache.ode.bpel.engine.OutstandingRequestManager
Deprecated.  
OutstandingRequestManager.Entry - Class in org.apache.ode.bpel.engine
Deprecated.  
OutstandingRequestManager.RequestIdTuple - Class in org.apache.ode.bpel.engine
Deprecated. Tuple identifying an outstanding request (i.e. a receive,pick, or onMessage on a synchronous operation needing a reply).
OutstandingRequestsMigration - Class in org.apache.ode.bpel.engine.migration
Migrates OutstandingRequestManager to IMAManager
OutstandingRequestsMigration() - Constructor for class org.apache.ode.bpel.engine.migration.OutstandingRequestsMigration
 

P

ParentScope - Interface in org.apache.ode.bpel.runtime.channels
Channel used for child-to-parent scope communication.
ParentScopeChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type ParentScope.
ParentScopeChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the ParentScope channel type.
ParentScopeChannelListener(ParentScopeChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.ParentScopeChannelListener
 
partnerLink - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager.RequestIdTuple
Deprecated. On which partner link it was received.
partnerLink - Variable in class org.apache.ode.bpel.runtime.PartnerLinkInstance
 
PartnerLinkDAOImpl - Class in org.apache.ode.bpel.memdao
A very simple, in-memory implementation of the PartnerLinkDAO interface.
PartnerLinkDAOImpl() - Constructor for class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
PartnerLinkInstance - Class in org.apache.ode.bpel.runtime
Serializable reference to a partner link instance.
PartnerLinkInstance(Long, OPartnerLink) - Constructor for class org.apache.ode.bpel.runtime.PartnerLinkInstance
 
PartnerLinkMyRoleImpl - Class in org.apache.ode.bpel.engine
 
PartnerLinkMyRoleImpl.RoutingInfo - Class in org.apache.ode.bpel.engine
 
PartnerLinkMyRoleImpl.RoutingInfo(MessageRouteDAO, CorrelationKeySet, CorrelatorDAO, CorrelationKeySet) - Constructor for class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.RoutingInfo
 
PartnerRoleMessageExchangeImpl - Class in org.apache.ode.bpel.engine
 
PartnerRoleMessageExchangeImpl(BpelEngineImpl, MessageExchangeDAO, PortType, Operation, EndpointReference, EndpointReference, PartnerRoleChannel) - Constructor for class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
pause(String) - Method in interface org.apache.ode.bpel.runtime.monitor.ProcessMonitor
Pauses the process instance
PickResponse - Interface in org.apache.ode.bpel.runtime.channels
Response channel for pick requests.
pickResponseChannel - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager.Entry
Deprecated.  
PickResponseChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type PickResponse.
PickResponseChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the PickResponse channel type.
PickResponseChannelListener(PickResponseChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.PickResponseChannelListener
 
plinkInstance - Variable in class org.apache.ode.bpel.engine.migration.OldSelector
 
plinkInstance - Variable in class org.apache.ode.bpel.runtime.Selector
 
prefetchActivityFailureCounts(Collection<ProcessInstanceDAO>) - Method in class org.apache.ode.bpel.memdao.ProcessManagementDaoImpl
 
PROCESS - Class in org.apache.ode.bpel.runtime
 
PROCESS(OProcess) - Constructor for class org.apache.ode.bpel.runtime.PROCESS
 
PROCESS_CLEANUP_TRANSACTION_SIZE - Static variable in class org.apache.ode.bpel.engine.ProcessCleanUpRunnable
 
ProcessAndInstanceManagementImpl - Class in org.apache.ode.bpel.engine
Implementation of the Process and InstanceManagement APIs.
ProcessAndInstanceManagementImpl(BpelServer, ProcessStore) - Constructor for class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
ProcessAndInstanceManagementMBean - Class in org.apache.ode.bpel.engine
Standard MBean exposing ODE's process model and instance management API
ProcessAndInstanceManagementMBean(BpelServer, ProcessStore) - Constructor for class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
ProcessAndInstanceManagementMBean(ProcessAndInstanceManagementImpl) - Constructor for class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
ProcessCleanUpRunnable - Class in org.apache.ode.bpel.engine
 
ProcessCleanUpRunnable() - Constructor for class org.apache.ode.bpel.engine.ProcessCleanUpRunnable
 
ProcessCleanUpRunnable(Serializable) - Constructor for class org.apache.ode.bpel.engine.ProcessCleanUpRunnable
 
ProcessCountThrottler - Class in org.apache.ode.bpel.intercept
An example of a simple interceptor providing a "throttling" capability - that is an ability to limit the size of processes created in a server.
ProcessCountThrottler() - Constructor for class org.apache.ode.bpel.intercept.ProcessCountThrottler
 
ProcessInstance - Class in org.apache.ode.bpel.runtime.monitor
Describes a process instance.
ProcessInstance(String, String, long, short) - Constructor for class org.apache.ode.bpel.runtime.monitor.ProcessInstance
Constructor.
ProcessInstanceDaoImpl - Class in org.apache.ode.bpel.memdao
A very simple, in-memory implementation of the ProcessInstanceDAO interface.
processInterceptors(MyRoleMessageExchangeImpl, InterceptorInvoker) - Method in class org.apache.ode.bpel.engine.BpelProcess
Process the message-exchange interceptors.
ProcessLifecycleCallback - Interface in org.apache.ode.bpel.engine
 
ProcessManagementDaoImpl - Class in org.apache.ode.bpel.memdao
 
ProcessManagementDaoImpl() - Constructor for class org.apache.ode.bpel.memdao.ProcessManagementDaoImpl
 
ProcessMonitor - Interface in org.apache.ode.bpel.runtime.monitor
Interface for monitoring active processes.
processOutstandingRequest(PartnerLinkInstance, String, String, String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
processOutstandingRequest(PartnerLinkInstance, String, String, String) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
ProcessSizeThrottler - Class in org.apache.ode.bpel.intercept
An example of a simple interceptor providing a "throttling" capability - that is an ability to limit the size of processes created in a server.
ProcessSizeThrottler() - Constructor for class org.apache.ode.bpel.intercept.ProcessSizeThrottler
 
PROP_LAZY_HYDRATE - Static variable in class org.apache.ode.bpel.engine.BpelProcess
 
PROP_MAX_INSTANCES - Static variable in class org.apache.ode.bpel.engine.BpelProcess
 
PROP_PATH - Static variable in class org.apache.ode.bpel.engine.BpelProcess
 
PROP_SVG - Static variable in class org.apache.ode.bpel.engine.BpelProcess
 
PropertyAliasEvaluationContext - Class in org.apache.ode.bpel.runtime
Expression language evaluation context used for evaluating property aliases.
PropertyAliasEvaluationContext(Element, OProcess.OPropertyAlias) - Constructor for class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 

Q

queryInstances(String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 

R

read(OScope.Variable, Node, Long) - Method in class org.apache.ode.bpel.engine.extvar.ExternalVariableManager
Read an external variable.
readCorrelation(CorrelationSetInstance) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
readCorrelation(CorrelationSetInstance) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
readExternal(ObjectInput) - Method in class org.apache.ode.bpel.engine.ReplacementMapImpl.OBaseReplacementImpl
 
readExtVar(OScope.Variable, Node) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
readExtVar(OScope.Variable, Node) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Read an external variable.
readMessageProperty(OScope.Variable, OProcess.OProperty) - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
readMessageProperty(OScope.Variable, OProcess.OProperty) - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
readProperty(VariableInstance, OProcess.OProperty) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
Evaluate a property alias query expression against a variable, returning the normalized String representation of the property value.
readProperty(VariableInstance, OProcess.OProperty) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Evaluate a property alias query expression against a variable, returning the normalized String representation of the property value.
readValue(QName, ExternalVariableModule.Locator) - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
readVariable(Long, String, boolean) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
readVariable(Long, String, boolean) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
readVariable(OScope.Variable, OMessageVarType.Part) - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
readVariable(OScope.Variable, OMessageVarType.Part) - Method in class org.apache.ode.bpel.runtime.PropertyAliasEvaluationContext
 
recoverActivity(ProcessInstanceDAO, String, long, String, FaultData) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
recoverActivity(String, long, String, FaultData) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
recoverActivity(Long, Long, String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
recoverActivity(String, long, String, FaultData) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
reference - Variable in class org.apache.ode.bpel.runtime.BpelRuntimeContext.ValueReferencePair
 
refreshSystemCronJobs(SystemSchedulesConfig) - Method in class org.apache.ode.bpel.engine.cron.CronScheduler
 
register(ProcessConf) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
registerActivityForRecovery(ActivityRecoveryChannel, long, String, Date, Element, String[], int) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
registerActivityForRecovery(ActivityRecoveryChannel, long, String, Date, Element, String[], int) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
registerActivityForRecovery(ActivityRecoveryChannel, long, String, Date, Element, String[], int) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
registerBpelEventListener(BpelEventListener) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
Register a global listener to receive BpelEvents froom all processes.
registerDataSource(String, DataSource) - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
Manually register a data source.
registerExternalVariableEngine(ExternalVariableModule) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
registerMessageExchangeInterceptor(MessageExchangeInterceptor) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
registerMessageExchangeInterceptor(MessageExchangeInterceptor) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
registerMessageExchangeInterceptor(MessageExchangeInterceptor) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
Register a global message exchange interceptor.
registerRuntime(OExpressionLanguage) - Method in class org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry
 
registerSynchronizer(Scheduler.Synchronizer) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
registerTimer(TimerResponseChannel, Date) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
registerTimer(TimerResponseChannel, Date) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
registerTimer(TimerResponseChannel, Date) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Registers a timer for future notification.
release(PartnerLinkInstance, String, String) - Method in class org.apache.ode.bpel.engine.IMAManager
Release Open IMA.
release(boolean) - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
release(int) - Method in class org.apache.ode.bpel.engine.NStateLatch
 
release(PartnerLinkInstance, String, String) - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager
Deprecated. Release the registration.
release(boolean) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
releaseAll() - Method in class org.apache.ode.bpel.engine.IMAManager
"Release" all Open IMAs
releaseAll() - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager
Deprecated. "Release" all outstanding incoming messages exchanges.
releasePartnerMex(String, boolean) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
releasePartnerMex(String, boolean) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
releasePremieMessages() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
remainingExchanges - Variable in exception org.apache.ode.bpel.engine.replayer.RemainingExchangesException
 
remainingExchanges(List<CommunicationType.Exchange>) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext.Answers
 
remainingExchanges(List<CommunicationType.Exchange>) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswersForKey
 
RemainingExchangesException - Exception in org.apache.ode.bpel.engine.replayer
It's raised when replayed invokes don't drain out all provided communication.
RemainingExchangesException(List<CommunicationType.Exchange>) - Constructor for exception org.apache.ode.bpel.engine.replayer.RemainingExchangesException
 
removeBreakpoint(Long, Breakpoint) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
removeBreakpoint(Long, Breakpoint) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
removeEndpoint(Endpoint) - Method in class org.apache.ode.bpel.engine.SharedEndpoints
Remove an endpoint along with its EPR This is called when there are no more references to this endpoint from any BPEL process (which provides a service at this endpoint)
removeGlobalBreakpoint(String, Breakpoint) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
removeGlobalBreakpoint(Breakpoint) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
REPEATUNTIL - Class in org.apache.ode.bpel.runtime
 
REPEATUNTIL(ActivityInfo, ScopeFrame, LinkFrame) - Constructor for class org.apache.ode.bpel.runtime.REPEATUNTIL
 
ReplacementMapImpl - Class in org.apache.ode.bpel.engine
A JACOB ReplacementMap implementation that eliminates unnecessary serialization of the (constant) compiled process model.
ReplacementMapImpl(OProcess) - Constructor for class org.apache.ode.bpel.engine.ReplacementMapImpl
 
ReplacementMapImpl.OBaseReplacementImpl - Class in org.apache.ode.bpel.engine
Replacement object for serializtation of the OBase (compiled BPEL) objects in the JACOB VPU.
ReplacementMapImpl.OBaseReplacementImpl() - Constructor for class org.apache.ode.bpel.engine.ReplacementMapImpl.OBaseReplacementImpl
 
ReplacementMapImpl.OBaseReplacementImpl(int) - Constructor for class org.apache.ode.bpel.engine.ReplacementMapImpl.OBaseReplacementImpl
 
replay(Replay) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
Replayer - Class in org.apache.ode.bpel.engine.replayer
Main class used for replaying.
Replayer() - Constructor for class org.apache.ode.bpel.engine.replayer.Replayer
 
replayer - Static variable in class org.apache.ode.bpel.engine.replayer.Replayer
 
replayer - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
ReplayerBpelRuntimeContextImpl - Class in org.apache.ode.bpel.engine.replayer
This class intercepts invocations on BpelRuntimeContextImpl and substitutes them as necessary during replaying.
ReplayerBpelRuntimeContextImpl(BpelProcess, ProcessInstanceDAO, PROCESS, MyRoleMessageExchangeImpl, ReplayerContext) - Constructor for class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
ReplayerBpelRuntimeContextImpl.TimerResume - Class in org.apache.ode.bpel.engine.replayer
 
ReplayerBpelRuntimeContextImpl.TimerResume(String) - Constructor for class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl.TimerResume
 
replayerConfig - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
ReplayerContext - Class in org.apache.ode.bpel.engine.replayer
Context holding replayer state (eg. invoke answers) for single instance during replaying.
ReplayerContext(Date) - Constructor for class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
ReplayerContext.AnswerResult - Class in org.apache.ode.bpel.engine.replayer
 
ReplayerContext.AnswerResult(boolean, CommunicationType.Exchange) - Constructor for class org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswerResult
 
ReplayerContext.Answers - Class in org.apache.ode.bpel.engine.replayer
 
ReplayerContext.Answers() - Constructor for class org.apache.ode.bpel.engine.replayer.ReplayerContext.Answers
 
ReplayerContext.AnswersForKey - Class in org.apache.ode.bpel.engine.replayer
 
ReplayerContext.AnswersForKey() - Constructor for class org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswersForKey
 
ReplayerScheduler - Class in org.apache.ode.bpel.engine.replayer
Manages events invocation in sorted order during replaying.
ReplayerScheduler() - Constructor for class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
replayInstances(Replay, BpelEngine, BpelDAOConnection) - Method in class org.apache.ode.bpel.engine.replayer.Replayer
 
replayStartDate - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
reply(PartnerLinkInstance, String, String, Element, QName) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
reply(Message) - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
reply(PartnerLinkInstance, String, String, Element, QName) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
reply(PartnerLinkInstance, String, String, Element, QName) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Send a reply to an open message-exchange.
reply2(PartnerLinkInstance, String, String, Element, QName, boolean, String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
replyAsync() - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
replyOneWayOk() - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
replyWithFailure(MessageExchange.FailureType, String, Element) - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
replyWithFault(QName, Message) - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
resolve(String, String) - Method in class org.apache.ode.bpel.elang.XslRuntimeUriResolver
 
resolveFunction(QName, int) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver
 
resolveVariable(QName) - Method in class org.apache.ode.bpel.elang.xpath20.runtime.JaxpVariableResolver
 
responseReceived() - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
restoreFromDetails(Scheduler.JobDetails) - Method in class org.apache.ode.bpel.engine.cron.RuntimeDataCleanupRunnable
 
restoreFromDetails(Scheduler.JobDetails) - Method in class org.apache.ode.bpel.engine.ProcessCleanUpRunnable
 
resume(Long) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
resume(Long) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
resume(String) - Method in interface org.apache.ode.bpel.runtime.monitor.ProcessMonitor
Resumes the process instance (from paused state)
ResumeWork - Class in org.apache.ode.bpel.runtime
Resumes execution of a bpel process
ResumeWork(Long) - Constructor for class org.apache.ode.bpel.runtime.ResumeWork
 
RETIRED_CAUSE_CODE - Static variable in exception org.apache.ode.bpel.runtime.InvalidProcessException
 
retry() - Method in interface org.apache.ode.bpel.runtime.channels.ActivityRecovery
Retry the activity.
route - Variable in class org.apache.ode.bpel.runtime.Selector
 
run(BpelDAOConnection) - Method in interface org.apache.ode.bpel.engine.BpelDatabase.Callable
 
run() - Method in class org.apache.ode.bpel.engine.cron.RuntimeDataCleanupRunnable
 
run() - Method in class org.apache.ode.bpel.engine.ProcessCleanUpRunnable
 
run() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl.TimerResume
 
run() - Method in class org.apache.ode.bpel.runtime.FOREACH
 
run() - Method in class org.apache.ode.bpel.runtime.INVOKE
 
run() - Method in class org.apache.ode.bpel.runtime.PROCESS
 
run() - Method in class org.apache.ode.bpel.runtime.REPEATUNTIL
 
run() - Method in class org.apache.ode.bpel.runtime.SCOPEACT
 
runtimeContext - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
RuntimeDataCleanupRunnable - Class in org.apache.ode.bpel.engine.cron
 
RuntimeDataCleanupRunnable() - Constructor for class org.apache.ode.bpel.engine.cron.RuntimeDataCleanupRunnable
 

S

saveEvent(ProcessInstanceEvent, ProcessInstanceDAO) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
saveEvent(ProcessInstanceEvent, ProcessInstanceDAO, List<String>) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
schedule(CronExpression, Runnable, Scheduler.JobDetails, CronScheduler.TerminationListener) - Method in class org.apache.ode.bpel.engine.cron.CronScheduler
 
SCHEDULE_CONFIG_FILE_PROP_KEY - Static variable in class org.apache.ode.bpel.engine.cron.SystemSchedulesConfig
 
scheduleMapSerializableRunnable(Scheduler.MapSerializableRunnable, Date) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
schedulePersistedJob(Scheduler.JobDetails, Date) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
scheduleProcessCronJobs(QName, ProcessConf) - Method in class org.apache.ode.bpel.engine.cron.CronScheduler
 
scheduler - Variable in class org.apache.ode.bpel.engine.Contexts
 
scheduler - Variable in class org.apache.ode.bpel.engine.replayer.Replayer
 
scheduler - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
scheduleReplayerJob(Callable, Date, ReplayerBpelRuntimeContextImpl) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
scheduleVolatileJob(boolean, Scheduler.JobDetails, Date) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
scheduleVolatileJob(boolean, Scheduler.JobDetails) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
SCOPEACT - Class in org.apache.ode.bpel.runtime
A scope activity.
SCOPEACT(ActivityInfo, ScopeFrame, LinkFrame) - Constructor for class org.apache.ode.bpel.runtime.SCOPEACT
 
scopeInstance - Variable in class org.apache.ode.bpel.runtime.CorrelationSetInstance
 
scopeInstance - Variable in class org.apache.ode.bpel.runtime.VariableInstance
 
scopeInstanceId - Variable in class org.apache.ode.bpel.runtime.PartnerLinkInstance
 
select(PickResponseChannel, Date, boolean, Selector[]) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
select(PickResponseChannel, Date, boolean, Selector[]) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
select(PickResponseChannel, Date, boolean, Selector[]) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Non-deterministic selection on incoming message-exchanges.
Selector - Class in org.apache.ode.bpel.runtime
 
Selector(int, PartnerLinkInstance, String, boolean, String, CorrelationKeySet, String) - Constructor for class org.apache.ode.bpel.runtime.Selector
 
selectors - Variable in class org.apache.ode.bpel.engine.IMAManager.Entry
 
selectors - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager.Entry
Deprecated.  
sendEvent(ProcessInstanceEvent) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
sendEvent(ProcessInstanceEvent) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Sends the bpel event.
sendMyRoleFault(BpelProcess, Scheduler.JobDetails, int) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
servicesConfig - Variable in class org.apache.ode.bpel.engine.replayer.ReplayerContext
 
setActivityId(int) - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
setAttribute(Attribute) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
setAttributes(AttributeList) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementMBean
 
setBindingContext(BindingContext) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setCallbackEPR(Element) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setCallee(QName) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setChannel(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setClientId(String) - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
setConfigProperties(Properties) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setContexts(Contexts) - Method in interface org.apache.ode.bpel.engine.BpelServerImpl.ContextsAware
 
setContexts(Contexts) - Method in class org.apache.ode.bpel.engine.BpelServerImpl.PolledRunnableProcessor
 
setContexts(Contexts) - Method in class org.apache.ode.bpel.engine.cron.CronScheduler
 
setContexts(Contexts) - Method in class org.apache.ode.bpel.engine.cron.RuntimeDataCleanupRunnable
 
setContexts(Contexts) - Method in class org.apache.ode.bpel.engine.ProcessCleanUpRunnable
 
setCorrelation(Long, Long, String, QName[], CorrelationKey) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
setCorrelationId(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setCorrelationStatus(MyRoleMessageExchange.CorrelationStatus) - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
setCorrelationStatus(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setCreateTime(Date) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setCronScheduler(CronScheduler) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setCurrentEventDateTime(Date) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
setDaoConnectionFactory(BpelDAOConnectionFactory) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
Set the DAO connection factory.
setData(Element) - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
setData(Element) - Method in class org.apache.ode.bpel.memdao.MessageDAOImpl
 
setDehydrationPolicy(DehydrationPolicy) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setEnabled(boolean) - Method in class org.apache.ode.bpel.runtime.breaks.BreakpointImpl
 
setEndpointReferenceContext(EndpointReferenceContext) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setEndTime(Date) - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Filters all process instances started before the specified end time.
setEPR(Element) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setExecutionState(byte[]) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
setExplanation(String) - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
setFault(QName) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setFault(QName, String, int, int, Element) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
setFault(FaultDAO) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
setFaultExplanation(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setHeader(Element) - Method in class org.apache.ode.bpel.memdao.MessageDAOImpl
 
setHeaderPart(String, Element) - Method in class org.apache.ode.bpel.engine.MessageImpl
 
setHeaderPart(String, String) - Method in class org.apache.ode.bpel.engine.MessageImpl
 
setHydrationLazy(boolean) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setHydrationLazyMinimumSize(int) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setInMemDaoConnectionFactory(BpelDAOConnectionFactory) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setInstance(ProcessInstanceDAO) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setInstanceThrottledMaximumCount(int) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
setInstanceThrottledMaximumCount(int) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setJobProcessor(Scheduler.JobProcessor) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
setLastActiveTime(Date) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
setLineNo(int) - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
setMaxReturn(int) - Method in class org.apache.ode.bpel.runtime.monitor.EventFilter
Set the maximum number of events to return.
setMaxReturn(int) - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
The maximum number of instances to return.
setMessage(Element) - Method in class org.apache.ode.bpel.engine.MessageImpl
 
setMessageExchangeContext(MessageExchangeContext) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setMigrationTransactionTimeout(int) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setMyEPR(Element) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setMyRoleName(String) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setMyRoleServiceName(QName) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setMySessionId(String) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setName(QName) - Method in class org.apache.ode.bpel.memdao.FaultDaoImpl
 
setOperation(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setPackageRetired(String, boolean) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
setPart(String, Element) - Method in class org.apache.ode.bpel.engine.MessageImpl
 
setPartnerEPR(Element) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setPartnerLink(PartnerLinkDAO) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setPartnerLinkModelId(int) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setPartnerLinkModelId(int) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setPartnerLinkName(String) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setPartnerRoleName(String) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setPartnerSessionId(String) - Method in class org.apache.ode.bpel.memdao.PartnerLinkDAOImpl
 
setPattern(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setPipedMessageExchangeId(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setPolledRunnableExecutorService(ExecutorService) - Method in class org.apache.ode.bpel.engine.BpelServerImpl.PolledRunnableProcessor
 
setPolledRunnableProcesser(Scheduler.JobProcessor) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
setPortType(QName) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setProcess(ProcessDAO) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setProcessMaxAge(long) - Method in class org.apache.ode.bpel.engine.CountLRUDehydrationPolicy
 
setProcessMaxCount(int) - Method in class org.apache.ode.bpel.engine.CountLRUDehydrationPolicy
 
setProcessProperty(QName, QName, String) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
setProcessPropertyNode(QName, QName, Node) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
setProcessSize(QName, boolean) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
setProcessThrottledMaximumCount(int) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
setProcessThrottledMaximumCount(int) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setProcessThrottledMaximumSize(long) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
setProcessThrottledMaximumSize(long) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setProperty(String, String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setRemoveCompleted(boolean) - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
setRequest(MessageDAO) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setResponse(MessageDAO) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setRetired(QName, boolean) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
setRollbackOnly() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
setScheduledTaskExec(ExecutorService) - Method in class org.apache.ode.bpel.engine.cron.CronScheduler
 
setScheduler(Scheduler) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
setScope(Long) - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
setSkip(int) - Method in class org.apache.ode.bpel.runtime.monitor.EventFilter
The number of events to skip.
setSkip(int) - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
The number of instances to skip.
setSoup(Object) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
setStartTime(Date) - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Filters all process instances started after the specified start time.
setState(short) - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
setStates(short[]) - Method in class org.apache.ode.bpel.runtime.monitor.InstanceFilter
Returns only process instances in the specified states.
setStatus(String) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setSubscriberCount(int) - Method in class org.apache.ode.bpel.engine.BrokeredMyRoleMessageExchangeImpl
 
setSubscriberCount(int) - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
setType(QName) - Method in class org.apache.ode.bpel.memdao.MessageDAOImpl
 
setVariable(Long, Long, String, String) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
SharedEndpoints - Class in org.apache.ode.bpel.engine
An in-memory map from the endpoints provided by various processes in the server to their corresponding endpoint references.
SharedEndpoints() - Constructor for class org.apache.ode.bpel.engine.SharedEndpoints
Creates a new SharedEndpoints object.
shutdown() - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
shutdown() - Method in class org.apache.ode.bpel.engine.cron.CronScheduler
 
shutdown() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
shutdown() - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
shutdown() - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
shutdown() - Method in class org.apache.ode.bpel.memdao.BpelDAOConnectionFactoryImpl
 
sizeOf() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
start() - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
start() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
start() - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
startReplaying(Replayer) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
startup(Properties) - Method in class org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
 
step(Long) - Method in class org.apache.ode.bpel.engine.BpelManagementFacadeImpl
 
step(Long) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
stop() - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
stop() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerScheduler
 
stop() - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
stop() - Method in interface org.apache.ode.bpel.runtime.channels.EventHandlerControl
Finish up active events but stop processing any more.
storeToDetails(Scheduler.JobDetails) - Method in class org.apache.ode.bpel.engine.cron.RuntimeDataCleanupRunnable
 
storeToDetails(Scheduler.JobDetails) - Method in class org.apache.ode.bpel.engine.ProcessCleanUpRunnable
 
suspend(Long) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
suspend(Long) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
SystemSchedulesConfig - Class in org.apache.ode.bpel.engine.cron
 
SystemSchedulesConfig(File) - Constructor for class org.apache.ode.bpel.engine.cron.SystemSchedulesConfig
 

T

terminate() - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
terminate() - Method in interface org.apache.ode.bpel.engine.cron.CronScheduler.TerminationListener
 
terminate(Long) - Method in class org.apache.ode.bpel.engine.DebuggerSupport
 
terminate(Long) - Method in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
terminate() - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Terminates the process / sets state flag to terminate and ceases all processing on the VPU.
terminate() - Method in interface org.apache.ode.bpel.runtime.channels.Termination
Stop processing immediately.
Termination - Interface in org.apache.ode.bpel.runtime.channels
Channel used for parent-to-child scope communication.
TerminationChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type Termination.
TerminationChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the Termination channel type.
TerminationChannelListener(TerminationChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.TerminationChannelListener
 
timerEvent(String) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
TimerResponse - Interface in org.apache.ode.bpel.runtime.channels
Channel for timer notification.
TimerResponseChannel - Interface in org.apache.ode.bpel.runtime.channels
An auto-generated channel interface for the channel type TimerResponse.
TimerResponseChannelListener - Class in org.apache.ode.bpel.runtime.channels
An auto-generated channel listener abstract class for the TimerResponse channel type.
TimerResponseChannelListener(TimerResponseChannel) - Constructor for class org.apache.ode.bpel.runtime.channels.TimerResponseChannelListener
 
toCanonicalList() - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
 
toCanonicalString() - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
 
toMap(Element) - Static method in class org.apache.ode.bpel.extvar.jdbc.ExternalVariableKeyMapSerializer
Convert to map from XML.
TOO_HUGE_PROCESSES_CAUSE_CODE - Static variable in exception org.apache.ode.bpel.runtime.InvalidProcessException
 
TOO_MANY_INSTANCES_CAUSE_CODE - Static variable in exception org.apache.ode.bpel.runtime.InvalidProcessException
 
TOO_MANY_PROCESSES_CAUSE_CODE - Static variable in exception org.apache.ode.bpel.runtime.InvalidProcessException
 
toString() - Method in class org.apache.ode.bpel.engine.BpelProcess
 
toString() - Method in class org.apache.ode.bpel.engine.IMAManager.Entry
 
toString() - Method in class org.apache.ode.bpel.engine.IMAManager
 
toString() - Method in class org.apache.ode.bpel.engine.InstanceLockManager
 
toString() - Method in class org.apache.ode.bpel.engine.migration.OldCorrelationKey
 
toString() - Method in class org.apache.ode.bpel.engine.migration.OldSelector
 
toString() - Method in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
toString() - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager.Entry
Deprecated.  
toString() - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager.RequestIdTuple
Deprecated.  
toString() - Method in class org.apache.ode.bpel.engine.OutstandingRequestManager
Deprecated.  
toString() - Method in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
 
toString() - Method in class org.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
 
toString() - Method in class org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswersForKey
 
toString() - Method in class org.apache.ode.bpel.intercept.InterceptorInvoker
 
toString() - Method in class org.apache.ode.bpel.memdao.MessageExchangeDAOImpl
 
toString() - Method in class org.apache.ode.bpel.memdao.ProcessInstanceDaoImpl
 
toString() - Method in class org.apache.ode.bpel.runtime.channels.FaultData
 
toString() - Method in class org.apache.ode.bpel.runtime.CompensationHandler
 
toString() - Method in class org.apache.ode.bpel.runtime.ExprEvaluationContextImpl
 
toString() - Method in class org.apache.ode.bpel.runtime.FOREACH
 
toString() - Method in class org.apache.ode.bpel.runtime.PartnerLinkInstance
 
toString() - Method in class org.apache.ode.bpel.runtime.REPEATUNTIL
 
toString() - Method in class org.apache.ode.bpel.runtime.ResumeWork
 
toString() - Method in class org.apache.ode.bpel.runtime.Selector
 
toXML(Map<String, String>) - Static method in class org.apache.ode.bpel.extvar.jdbc.ExternalVariableKeyMapSerializer
Convert to XML from map.

U

unlock(Long) - Method in class org.apache.ode.bpel.engine.InstanceLockManager
 
unregister(QName) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
 
unregisterActivityForRecovery(ActivityRecoveryChannel) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
unregisterActivityForRecovery(ActivityRecoveryChannel) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
unregisterBpelEventListener(BpelEventListener) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
Unregister a global listener from receive BpelEvents from all processes.
unregisterMessageExchangeInterceptor(MessageExchangeInterceptor) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
unregisterMessageExchangeInterceptor(Class) - Method in class org.apache.ode.bpel.engine.BpelEngineImpl
 
unregisterMessageExchangeInterceptor(MessageExchangeInterceptor) - Method in class org.apache.ode.bpel.engine.BpelProcess
 
unregisterMessageExchangeInterceptor(MessageExchangeInterceptor) - Method in class org.apache.ode.bpel.engine.BpelServerImpl
Unregister a global message exchange interceptor.
updateMyRoleMex(MyRoleMessageExchangeImpl) - Method in class org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl
 
USER_DATA_KEY_FUNCTION_RESOLVER - Static variable in class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10BpelFunctions
 

V

value - Variable in class org.apache.ode.bpel.runtime.BpelRuntimeContext.ValueReferencePair
 
valueOf(String) - Static method in enum org.apache.ode.bpel.extvar.jdbc.InitType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ode.bpel.extvar.jdbc.InitType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableInstance - Class in org.apache.ode.bpel.runtime
Variable instance identifier.

W

wholeKeySet - Variable in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.RoutingInfo
 
WrappedFaultException - Interface in org.apache.ode.bpel.elang.xpath10.runtime
Wrap a fault in a jaxen exception
WrappedFaultException.JaxenFunctionException - Exception in org.apache.ode.bpel.elang.xpath10.runtime
Jaxenized FaultException; Jaxen requires us to throw only exceptions extending its FunctionCallException so we comply.
WrappedFaultException.JaxenFunctionException(FaultException) - Constructor for exception org.apache.ode.bpel.elang.xpath10.runtime.WrappedFaultException.JaxenFunctionException
 
WrappedFaultException.JaxenUnresolvableException - Exception in org.apache.ode.bpel.elang.xpath10.runtime
Jaxenized FaultException; Jaxen requires us to throw only exceptions extending its UnresolvableVariableException so we comply.
WrappedFaultException.JaxenUnresolvableException(FaultException) - Constructor for exception org.apache.ode.bpel.elang.xpath10.runtime.WrappedFaultException.JaxenUnresolvableException
 
write(OScope.Variable, Node, Node, Long) - Method in class org.apache.ode.bpel.engine.extvar.ExternalVariableManager
 
writeCorrelation(CorrelationSetInstance, CorrelationKey) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
writeCorrelation(CorrelationSetInstance, CorrelationKey) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 
writeEndpointReference(PartnerLinkInstance, Element) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
writeEndpointReference(PartnerLinkInstance, Element) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Writes a partner EPR.
writeExternal(ObjectOutput) - Method in class org.apache.ode.bpel.engine.ReplacementMapImpl.OBaseReplacementImpl
 
writeExtVar(OScope.Variable, Node, Node) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
writeExtVar(OScope.Variable, Node, Node) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
Write an external variable.
writeValue(QName, ExternalVariableModule.Value) - Method in class org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableModule
 
writeVariable(VariableInstance, Node) - Method in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
writeVariable(VariableInstance, Node) - Method in interface org.apache.ode.bpel.runtime.BpelRuntimeContext
 

X

XPath10ExpressionRuntime - Class in org.apache.ode.bpel.elang.xpath10.runtime
XPath 1.0 Expression Language run-time subsytem.
XPath10ExpressionRuntime() - Constructor for class org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime
 
XPath20ExpressionModifier - Class in org.apache.ode.bpel.elang.xpath20.runtime
A helper utility that modifies XPath Expression in-place.
XPath20ExpressionModifier(NSContext, NamePool) - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionModifier
Creates a new XPath20ExpressionModifier object.
XPath20ExpressionRuntime - Class in org.apache.ode.bpel.elang.xpath20.runtime
XPath 2.0 Expression Language run-time subsytem.
XPath20ExpressionRuntime() - Constructor for class org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntime
 
XQuery10BpelFunctions - Class in org.apache.ode.bpel.elang.xquery10.runtime
XQuery-Friendly definition of BPEL functions, which delegates calls to the JAXP-based function resolver
XQuery10BpelFunctions() - Constructor for class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10BpelFunctions
 
XQuery10ExpressionRuntime - Class in org.apache.ode.bpel.elang.xquery10.runtime
XQuery 1.0 Expression Language run-time subsytem.
XQuery10ExpressionRuntime() - Constructor for class org.apache.ode.bpel.elang.xquery10.runtime.XQuery10ExpressionRuntime
Creates a new XQuery10ExpressionRuntime object.
XslRuntimeUriResolver - Class in org.apache.ode.bpel.elang
Used to give the Xsl processor a way to access included XSL sheets by using the maps of sheets pre-processed at compilation time and stored in the OXPath10Expression.
XslRuntimeUriResolver(OXPath10Expression, URI) - Constructor for class org.apache.ode.bpel.elang.XslRuntimeUriResolver
 

_

__log - Static variable in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
__msgs - Static variable in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
__onBpelServerInvoked - Static variable in class org.apache.ode.bpel.intercept.InterceptorInvoker
Invoke MessageExchangeInterceptor.onBpelServerInvoked(MyRoleMessageExchange, InterceptorContext)
__onJobScheduled - Static variable in class org.apache.ode.bpel.intercept.InterceptorInvoker
Invoke MessageExchangeInterceptor.onBpelServerInvoked(MyRoleMessageExchange, InterceptorContext)
__onNewInstanceInvoked - Static variable in class org.apache.ode.bpel.intercept.InterceptorInvoker
Invoke MessageExchangeInterceptor.onPartnerInvoked(PartnerRoleMessageExchange, InterceptorContext)
__onPartnerInvoked - Static variable in class org.apache.ode.bpel.intercept.InterceptorInvoker
Invoke MessageExchangeInterceptor.onPartnerInvoked(PartnerRoleMessageExchange, InterceptorContext)
__onProcessInvoked - Static variable in class org.apache.ode.bpel.intercept.InterceptorInvoker
Invoke MessageExchangeInterceptor.onProcessInvoked(MyRoleMessageExchange, InterceptorContext)
__psc - Static variable in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
_activeProcesses - Variable in class org.apache.ode.bpel.engine.BpelEngineImpl
Active processes, keyed by process id.
_bpelProcess - Variable in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
_byChannel - Variable in class org.apache.ode.bpel.engine.IMAManager
 
_byChannel - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager
Deprecated.  
_byOrid - Variable in class org.apache.ode.bpel.engine.IMAManager
 
_byRid - Variable in class org.apache.ode.bpel.engine.IMAManager
 
_byRid - Variable in class org.apache.ode.bpel.engine.OutstandingRequestManager
Deprecated.  
_calendar - Variable in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
_dao - Variable in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
Data-access object for process instance.
_dao - Variable in class org.apache.ode.bpel.engine.MessageImpl
 
_db - Variable in class org.apache.ode.bpel.engine.BpelServerImpl
 
_db - Variable in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
_endpoint - Variable in class org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl
The local endpoint for this "myrole".
_imaManager - Variable in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
_outstandingRequests - Variable in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
 
_process - Variable in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 
_scheduler - Variable in class org.apache.ode.bpel.engine.BpelDatabase
 
_server - Variable in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
_soup - Variable in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
JACOB ExecutionQueue (state)
_sscf - Variable in class org.apache.ode.bpel.engine.BpelDatabase
 
_store - Variable in class org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl
 
_transitions - Variable in class org.apache.ode.bpel.engine.NStateLatch
Action for state transition ?
_vpu - Variable in class org.apache.ode.bpel.engine.BpelRuntimeContextImpl
JACOB VPU
_waitingCallbacks - Static variable in class org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl
 

A B C D E F G H I J K L M N O P Q R S T U V W X _