Package org.eclipse.net4j.util.om.trace

Interfaces and classes for platform-independent tracing.


Interface Summary
OMTraceHandler Handles trace events, for example appends them to a stream sends them to a remote trace handler.
OMTraceHandlerEvent Encapsulates the information of a trace event.
OMTracer A named tracer within the hierarchy of tracers of a bundle.
RemoteTraceServer.Listener Listens to trace events being passed by a remote trace server.
 

Class Summary
ContextTracer Encapsulates a tracing context and delegates trace calls to a bundle tracer.
PerfTracer A context tracer that maintains a number of timers for performance measurements.
PrintTraceHandler A trace handler that appends trace events to a print stream.
RemoteTraceHandler A trace handler that sends trace events to a remote trace server.
RemoteTraceServer A server that agents can connect to and that passes the received trace events to registered listeners.
RemoteTraceServer.Event A trace event being passed by a remote trace server to registered listeners.
RemoteTraceServer.PrintListener A listener that appends trace events to a print stream.
TraceHandlerEvent The default implementation of a trace event.
Tracer The default implementation of a tracer.
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.