| java.lang.Object org.obe.runtime.tool.AbstractToolAgent
All known Subclasses: org.obe.runtime.tool.UpdateProcessAttributes, org.obe.runtime.tool.EMailer, org.obe.runtime.tool.NativeExecutable, org.obe.runtime.tool.JavaMethod, org.obe.runtime.tool.DocumentHandler, org.obe.runtime.tool.WebService, org.obe.runtime.tool.XForm, org.obe.runtime.tool.NoImplementationToolAgent, org.obe.runtime.tool.XMLRPCService, org.obe.runtime.tool.Script, org.obe.runtime.tool.DummyTool,
AbstractToolAgent | abstract public class AbstractToolAgent implements ToolAgent,Serializable(Code) | | Abstract base implementation for a ToolAgent.
author: Adrian Price |
Field Summary | |
protected transient int | _status |
_status | protected transient int _status(Code) | | |
AbstractToolAgent | protected AbstractToolAgent()(Code) | | |
getWorkflowContext | protected static WorkflowContext getWorkflowContext()(Code) | | Describes the workflow context in which the tool is being invoked.
N.B. This method will return null if the tool agent was
invoked by a remote client.
The workflow context, if known. |
requestAppStatus | public int requestAppStatus()(Code) | | |
terminateApp | final public void terminateApp()(Code) | | |
|
|