Jadex 0.96-beta1

jadex.adapter
Interface IToolAdapter.IToolReply

Enclosing interface:
IToolAdapter

public static interface IToolAdapter.IToolReply

This interface allows e.g. tool adapters to send native messages to tool agents (without requiring ADF-defined message events).


Method Summary
 void sendFailure(Object content, boolean sync)
          Send a failure message.
 void sendInform(Object content, boolean sync)
          Send an inform message.
 

Method Detail

sendInform

void sendInform(Object content,
                boolean sync)
Send an inform message.

Parameters:
content - The message content.
sync - If true, wait for a reception aknowledgement of the recipient.

sendFailure

void sendFailure(Object content,
                 boolean sync)
Send a failure message.

Parameters:
content - The message content.
sync - If true, wait for a reception aknowledgement of the recipient.

Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.