Uses of Interface
com.ibm.workflow.api.InstanceMonitor

Packages that use InstanceMonitor
com.ibm.workflow.api   
 

Uses of InstanceMonitor in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return InstanceMonitor
 InstanceMonitor ExecutionService.persistentInstanceMonitor(java.lang.String oid)
          Constructs a transient instance monitor object representing the persistent object identified by the passed object identification; does not contact the server.
 InstanceMonitor Item.obtainProcessMonitor(boolean deep)
          This API call retrieves the instance monitor for the process instance the item is part of from the MQ Workflow execution server (action call).
 InstanceMonitor ActivityInstance.obtainProcessMonitor(boolean deep)
          This API call retrieves a monitor for the process instance the activity instance is part of from the MQ Workflow execution server (action call).
 InstanceMonitor InstanceMonitor.obtainBlockMonitor(ActivityInstance activity)
          This API call retrieves the instance monitor for the specified activity instance from the MQ Workflow execution server (action call).
 InstanceMonitor InstanceMonitor.obtainProcessMonitor(ActivityInstance activity, boolean deep)
          See obtainBlockMonitor(com.ibm.workflow.api.ActivityInstance); obtains the monitor for an activity of type Process.
 InstanceMonitor ProcessInstance.obtainProcessMonitor(boolean deep)
          This API call obtains a monitor for the process instance from the MQ Workflow execution server (action call).
 



© Copyright IBM Corporation 1999, 2007. All Rights Reserved.