This interface defines some additional methods of Activitys
that are only available within the implementation (not part of the API).
author: version: $Revision: 1.13 $
Method Summary
void
abandon(ExceptionResult result) Like
Activity.abandon(String) abandon(String) but
may also suspend the activity.
Like
Activity.abandon(String) abandon(String) but
may also suspend the activity.
Parameters: result - exception information throws: RemoteException - if a system-level error occurs throws: TransitionNotAllowedException - if the activity is not executing a tool
Returns a WfAuditEvent containing information about the
activity and its container, only.
the event containing the required information. throws: RemoteException - if a system-level error occurs.
Return the start time of the activity.
result throws: NotRunningException - if the activity has not been started yet throws: RemoteException - if a system-level error occurs
Set the channel this activity is waiting on. Used solemnly by the
receiver tool.
Parameters: procKey - the process' key Parameters: channel - the channel name throws: RemoteException - if a system-level error occurs.