Uses of Class
de.danet.an.workflow.omgcore.NotRunningException

Packages that use NotRunningException
de.danet.an.workflow.omgcore This package defines the core domain of a workflow management system.  
 

Uses of NotRunningException in de.danet.an.workflow.omgcore
 

Methods in de.danet.an.workflow.omgcore that throw NotRunningException
 void WfExecutionObject.resume()
          Requests enactment of a suspended execution object to be resumed.
 void WfExecutionObject.suspend()
          Requests enactment of an execution object to be suspended.
 void WfExecutionObject.terminate()
          Requests enactment of an execution object to be terminated before its normal completion.
 void WfExecutionObject.abort()
          Requests enactment of a suspended execution object to be aborted before its normal completion.