de.danet.an.workflow.spis.aii
Interface ContextRequester


public interface ContextRequester

This interface marks a ToolAgent as a requester of a ToolAgentContext. If a tool agent implements this interface, the setContext method will be called before the tool is invoked (i.e. before method invoke is called).

Since:
1.2
Version:
$Revision: 1.2 $
Author:
Michael Lipp

Method Summary
 void setToolAgentContext(ToolAgentContext context)
          Makes an engine context available to the tool agent.
 

Method Detail

setToolAgentContext

public void setToolAgentContext(ToolAgentContext context)
Makes an engine context available to the tool agent.

Parameters:
context - the engine context