|
TPTP 4.1.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.util.ProfilerImpl
org.eclipse.hyades.execution.trace.TraceLogger
This is the logger for distributed tracing.
| Method Summary | |
|---|---|
static TraceLogger |
getInstance()
Get the singleton instance of this profiler. |
void |
logCorrelator(java.lang.String eventType,
TraceCorrelator self,
TraceCorrelator partner)
Logs a particular event using the information provided in self
and partner, which may or may not be running on a remote entity. |
void |
monitorInactive()
Invoked by the logging agent mechanism to indicate a remote client is discontinuing data collection. |
| Methods inherited from class org.eclipse.hyades.execution.trace.util.ProfilerImpl |
|---|
agentControllerActive, agentControllerInactive, finalize, flushMessageQueue, getAgentId, getNodeId, getProcessId, monitorActive, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static TraceLogger getInstance()
public void monitorInactive()
monitorInactive in interface org.eclipse.hyades.internal.execution.remote.MonitorListenermonitorInactive in class ProfilerImpl
public void logCorrelator(java.lang.String eventType,
TraceCorrelator self,
TraceCorrelator partner)
self
and partner, which may or may not be running on a remote entity.
eventType - the type of eventself - the event to be loggedpartner - the parent of the self event
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||