| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IToolAdapter
This interface can be used to provide tool-specific platform-independent functionality to application agents.
| Nested Class Summary | |
|---|---|
| static interface | IToolAdapter.IToolReplyThis interface allows e.g. tool adapters to send native messages to tool agents (without requiring ADF-defined message events). | 
| Method Summary | |
|---|---|
|  Class | getMessageClass()The tool type supported by this adapter (e.g. | 
|  void | handleToolRequest(AgentIdentifier tool,
                  AgentAction request,
                  IToolAdapter.IToolReply reply)Handle a request from a tool agent. | 
| Method Detail | 
|---|
void handleToolRequest(AgentIdentifier tool,
                       AgentAction request,
                       IToolAdapter.IToolReply reply)
tool - The tool agent that issued the request.request - The the request or query.reply - A callback interface to the platform allowing the
    tool adapter to send reply messages to the tool agents.Class getMessageClass()
| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.