|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.trace.TraceHandler
This is the event hanlder logging all events.
| Constructor Summary | |
|---|---|
TraceHandler()
This is the default constructor. |
|
| 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 context)
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TraceHandler()
| Method Detail |
public void handleEntry(CorrelatorAssociation context)
IContextHandler
handleEntry in interface IContextHandlercontext - the context data related to this eventIContextHandler.handleEntry(org.eclipse.hyades.collection.correlation.CorrelatorAssociation)public void handleExit(CorrelatorAssociation context)
IContextHandler
handleExit in interface IContextHandlercontext - the context data related to this eventIContextHandler.handleExit(org.eclipse.hyades.collection.correlation.CorrelatorAssociation)public void handleSend(CorrelatorAssociation context)
IContextHandler
handleSend in interface IContextHandlercontext - the context data related to this eventIContextHandler.handleSend(org.eclipse.hyades.collection.correlation.CorrelatorAssociation)public void handleReceive(CorrelatorAssociation context)
IContextHandler
handleReceive in interface IContextHandlercontext - the context data related to this eventIContextHandler.handleReceive(org.eclipse.hyades.collection.correlation.CorrelatorAssociation)public void handleReply(CorrelatorAssociation context)
IContextHandler
handleReply in interface IContextHandlercontext - the context data related to this eventIContextHandler.handleReply(org.eclipse.hyades.collection.correlation.CorrelatorAssociation)public void handleReturn(CorrelatorAssociation context)
IContextHandler
handleReturn in interface IContextHandlerIContextHandler.handleReturn(org.eclipse.hyades.collection.correlation.CorrelatorAssociation)
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||