| java.lang.Object de.danet.an.workflow.ejbs.admin.DefaultToolAgentContext
DefaultToolAgentContext | public class DefaultToolAgentContext implements ToolAgentContext(Code) | | This class provides an implementation of EngineContext .
author: Michael Lipp version: $Revision: 1.4 $ |
Constructor Summary | |
public | DefaultToolAgentContext(WorkflowEngine wfe, Activity act, String applicationId) Creates an instance of DefaultToolAgentContext
with all attributes initialized to the given values. |
serialVersionUID | final static long serialVersionUID(Code) | | Class id.
|
DefaultToolAgentContext | public DefaultToolAgentContext(WorkflowEngine wfe, Activity act, String applicationId)(Code) | | Creates an instance of DefaultToolAgentContext
with all attributes initialized to the given values.
Parameters: wfe - the workflow engine Parameters: act - the invoking activity Parameters: applicationId - the application id |
|
|