|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
AgletContext | The AgletContext interface is used by an aglet to get information about its environment and to send messages to the environment and other aglets currently active in that environment. |
AgletProxy | AgletProxy interface is a placeholder for aglets. |
MessageManager | The MessageManager controls concurrency of incomming message. |
Class Summary | |
Aglet | The Aglet class is the abstract base class for aglets. |
AgletID | The AgletID class represents the unique identifier given the aglet. |
AgletInfo | AgletInfo class is a object which contains the information of the aglet. |
AgletStub | Abstract class AgletStub is used to implement an aglet behavior. |
FutureReply | The FutureReply class is a abstract class for the result of a future message. |
Message | The Message class is a object that holds its kind and arguments passed to the receiver. |
QoC | QoC defines the quality of aglet communication. |
ReplySet | ReplySet is a container of the FutureReply objects by which the each of FutureReply object can be retrieved as its reply become available. |
Ticket | An agent who wants to trip somewhere, he has a ticket to there. |
Exception Summary | |
AgletException | Signals that an aglet exception has occurred. |
AgletNotFoundException | Signals that the aglet could not be found. |
InvalidAgletException | Signals that the aglet proxy is not valid any longer. |
MessageException | Signals that the exception occured while processsing the message. |
NotHandledException | Signals that the message was not handled by an aglet |
RequestRefusedException | Signals that the request sent was refused. |
ServerNotFoundException | Signals that the server is not available |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |