org.apache.ode.bpel.evt
Class ScopeCompletionEvent
java.lang.Object
org.apache.ode.bpel.evt.BpelEvent
org.apache.ode.bpel.evt.ProcessEvent
org.apache.ode.bpel.evt.ProcessInstanceEvent
org.apache.ode.bpel.evt.ScopeEvent
org.apache.ode.bpel.evt.ScopeCompletionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ScopeCompletionEvent
- extends ScopeEvent
Activity completion event.
- See Also:
- Serialized Form
Methods inherited from class org.apache.ode.bpel.evt.ScopeEvent |
getParentScopeId, getParentScopesNames, getScopeDeclarationId, getScopeId, getScopeName, getType, setParentScopeId, setParentScopesNames, setScopeDeclerationId, setScopeId, setScopeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScopeCompletionEvent
public ScopeCompletionEvent(boolean success,
javax.xml.namespace.QName fault)
setFault
public void setFault(javax.xml.namespace.QName fault)
- Parameters:
fault
- The fault to set.
getFault
public javax.xml.namespace.QName getFault()
- Returns:
- Returns the fault.
isSuccess
public boolean isSuccess()
setSuccess
public void setSuccess(boolean success)