zeus.actors.intrays
Interface FIPA_97_Handler

All Known Implementing Classes:
Zeus_ACC_Server

public interface FIPA_97_Handler

interface to allow the connection of a FIPA_97_Server to an object that collates and manages message reception from it (the FIPA_97_Server) and other sources (FIPA_2000_Server, FIPA_2000_HTTP_Server).

Alternatively this can be used to implement a single inbox service.

Since:
1.1
Author:
Simon Thompson

Method Summary
 void handle(java.lang.String message)
          handle is the method that must be implemented by the collation object.
 

Method Detail

handle

public void handle(java.lang.String message)
handle is the method that must be implemented by the collation object. I imagine that this method will process the string received in some way, perhaps by using it to instantiate a FIPAPerformative, or a Performative, and then call other methods that will decide what to do with it

Parameters:
message - - the message received from the FIPA_97_Server that this is handling


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.