org.ow2.orchestra.facade.runtime.impl
Class ActivityInstanceImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
- All Implemented Interfaces:
- Serializable, Record, ActivityInstance, RuntimeRecord
- Direct Known Subclasses:
- ActivityWithChildrenInstanceImpl, ActivityWithSingleChildInstanceImpl, AssignActivityInstanceImpl, CompensateActivityInstanceImpl, CompensateScopeActivityInstanceImpl, EmptyActivityInstanceImpl, ExitActivityInstanceImpl, InvokeActivityInstanceImpl, ReceiveActivityInstanceImpl, ReplyActivityInstanceImpl, RethrowActivityInstanceImpl, ThrowActivityInstanceImpl, WaitActivityInstanceImpl
public abstract class ActivityInstanceImpl
- extends RuntimeRecordImpl
- implements ActivityInstance
- Author:
- Gael Lalire, S. Ali Tokmen
- See Also:
- Serialized Form
uuid
protected ActivityInstanceUUID uuid
definitionUUID
protected ActivityDefinitionUUID definitionUUID
lastException
protected BpelFaultException lastException
ActivityInstanceImpl
protected ActivityInstanceImpl()
ActivityInstanceImpl
public ActivityInstanceImpl(ActivityInstance record)
toString
public String toString()
- Overrides:
toString
in class Object
getUUID
public ActivityInstanceUUID getUUID()
- Description copied from interface:
ActivityInstance
- Get the uuid of the activity instance
- Specified by:
getUUID
in interface ActivityInstance
- Returns:
- the UUID of the activity instance.
getDefinitionUUID
public ActivityDefinitionUUID getDefinitionUUID()
- Description copied from interface:
ActivityInstance
- Get the UUID of the activity definition
- Specified by:
getDefinitionUUID
in interface ActivityInstance
getLastException
public BpelFaultException getLastException()
- Description copied from interface:
ActivityInstance
- Get the last exception thrown by this activity, null if the activity has
never thrown any exceptions
- Specified by:
getLastException
in interface ActivityInstance
hashCode
public final int hashCode()
- Overrides:
hashCode
in class RuntimeRecordImpl
equals
public final boolean equals(Object obj)
- Overrides:
equals
in class RuntimeRecordImpl
Copyright © 2011 OW2 Consortium. All Rights Reserved.