|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
interface to allow the connection of a FIPA_2000_Server to an object that collates and manages message reception from it (the FIPA_97_Server) and other sources (FIPA_97_Server, FIPA_2000_HTTP_Server).
Alternatively this can be used to implement a single inbox service.
| Method Summary | |
void |
handle(FipaMessage aMessage)
handle is the method that must be implemented by the collation object. |
void |
registerAgent(FIPA_AID_Address addr,
java.lang.String name)
Allow the registration of an agent's presence with the handler. |
| Method Detail |
public void handle(FipaMessage aMessage)
Implemetations of this method is synchronized to preven simultaneous access from multiple FIPA_2000 servers (for instance when the agent has two names in the CORBA name space, or when it is using both IIOP and HTTP transports).
public void registerAgent(FIPA_AID_Address addr,
java.lang.String name)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||