Uses of Class
org.apache.ode.bpel.evt.BpelEvent

Packages that use BpelEvent
org.apache.ode.bpel.evt The BPEL event API--used to monitor or analyze the execution of a BPEL processes. 
org.apache.ode.bpel.iapi   
org.apache.ode.bpel.jmx   
 

Uses of BpelEvent in org.apache.ode.bpel.evt
 

Subclasses of BpelEvent in org.apache.ode.bpel.evt
 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 ProcessEvent
          Base class for process events.
 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.
 

Methods in org.apache.ode.bpel.evt with parameters of type BpelEvent
static java.lang.String BpelEvent.eventName(BpelEvent event)
           
 

Uses of BpelEvent in org.apache.ode.bpel.iapi
 

Methods in org.apache.ode.bpel.iapi with parameters of type BpelEvent
 void BpelEventListener.onEvent(BpelEvent bpelEvent)
          Handle events.
 

Uses of BpelEvent in org.apache.ode.bpel.jmx
 

Methods in org.apache.ode.bpel.jmx that return BpelEvent
 BpelEvent BpelEventNotification.getBpelEvent()
          Get the BpelEvent payload.
 

Constructors in org.apache.ode.bpel.jmx with parameters of type BpelEvent
BpelEventNotification(java.lang.Object source, long sequence, BpelEvent bpelEvent)
          Constructor.
 



Copyright © 2015 WSO2. All Rights Reserved.