|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is a context handler capable of handling six distinct events. This interface only suggests the semantics of the events, and implementors can choose which events to use and their precise semantics.
| Method Summary | |
|---|---|
void |
handleEntry(CorrelatorAssociation context)
Handles an entry event which occurs before a local method invocation. |
void |
handleExit(CorrelatorAssociation context)
Handles an exit event which occurs after a local method invocation has returned. |
void |
handleReceive(CorrelatorAssociation context)
Handles a receive event which occurs after a remote invocation request has been received. |
void |
handleReply(CorrelatorAssociation context)
Handles a reply event which occurs before a remote invocation replies. |
void |
handleReturn(CorrelatorAssociation contex)
Handles a return event which occurs after the reply of a remote invocation has been received. |
void |
handleSend(CorrelatorAssociation context)
Handles a send event which occurs before a remote invocation request is sent. |
| Method Detail |
public void handleEntry(CorrelatorAssociation context)
context - the context data related to this eventpublic void handleExit(CorrelatorAssociation context)
context - the context data related to this eventpublic void handleSend(CorrelatorAssociation context)
context - the context data related to this eventpublic void handleReceive(CorrelatorAssociation context)
context - the context data related to this eventpublic void handleReply(CorrelatorAssociation context)
context - the context data related to this eventpublic void handleReturn(CorrelatorAssociation contex)
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||