org.apache.ode.bpel.evt
Class ProcessInstanceEvent
java.lang.Object
org.apache.ode.bpel.evt.BpelEvent
org.apache.ode.bpel.evt.ProcessEvent
org.apache.ode.bpel.evt.ProcessInstanceEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ProcessCompletionEvent, ProcessInstanceStartedEvent, ProcessInstanceStateChangeEvent, ProcessMessageExchangeEvent, ProcessTerminationEvent, ScopeEvent
public abstract class ProcessInstanceEvent
- extends ProcessEvent
Base class for process instances events.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProcessInstanceEvent
public ProcessInstanceEvent()
ProcessInstanceEvent
public ProcessInstanceEvent(java.lang.Long processInstanceId)
getProcessInstanceId
public java.lang.Long getProcessInstanceId()
- Get the process instance identifier of the process instnace that generated this
event.
- Returns:
- process instance identiifier
setProcessInstanceId
public void setProcessInstanceId(java.lang.Long pid)
getType
public BpelEvent.TYPE getType()
- Specified by:
getType
in class BpelEvent