| Package | Description |
|---|---|
| org.apache.ode.bpel.evt |
The BPEL event API--used to monitor or analyze the execution of a BPEL
processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityEnabledEvent
Event sent when the parent activity or process enables this activity.
|
class |
ActivityEvent
Base class for all activity events.
|
class |
ActivityExecEndEvent
Event indicating that the activity completed execution.
|
class |
ActivityExecStartEvent
Event sent when the body of the activity starts executing.
|
class |
ActivityFailureEvent
Event sent when the activity enters the failure state and requires recovery.
|
class |
ActivityRecoveryEvent
Event sent when the activity recovers with an action.
|
class |
CompensationHandlerRegistered |
class |
CorrelationEvent |
class |
CorrelationMatchEvent
Correlation matched a process instance on inbound message.
|
class |
CorrelationNoMatchEvent
Message arrived and matched neither (a) createInstance or (b) correlation
match
|
class |
CorrelationSetEvent
Correlation set event.
|
class |
CorrelationSetWriteEvent
Correlation was set event.
|
class |
ExpressionEvaluationEvent |
class |
ExpressionEvaluationFailedEvent
Signals expression evaluation triggered a fault.
|
class |
ExpressionEvaluationSuccessEvent
Evaluation of an xpath expression.
|
class |
NewProcessInstanceEvent
Event indicating the creation of a new process instance as part of an
uncorrelated inbound message to create instance operation.
|
class |
PartnerLinkEvent |
class |
PartnerLinkModificationEvent |
class |
ProcessCompletionEvent
Signals completion of the process.
|
class |
ProcessInstanceEvent
Base class for process instances events.
|
class |
ProcessInstanceStartedEvent
Event indicating the start (post creation) of a new process instance.
|
class |
ProcessInstanceStateChangeEvent
Event indicating the start (post creation) of a new process instance.
|
class |
ProcessMessageExchangeEvent |
class |
ProcessTerminationEvent
Signals completion of the process.
|
class |
ScopeCompletionEvent
Activity completion event.
|
class |
ScopeEvent
Event related to a process instance scope.
|
class |
ScopeFaultEvent
Event indicating that an activity completed with a fault.
|
class |
ScopeStartEvent
Event indicating that a scope has been started.
|
class |
VariableEvent |
class |
VariableModificationEvent |
class |
VariableReadEvent
Signals that a variable has been accessed.
|
Copyright © 2015 WSO2. All Rights Reserved.