Uses of Interface
org.htrace.SpanReceiver

Packages that use SpanReceiver
org.htrace   
org.htrace.impl   
 

Uses of SpanReceiver in org.htrace
 

Methods in org.htrace with parameters of type SpanReceiver
protected  void Tracer.addReceiver(SpanReceiver receiver)
           
static void Trace.addReceiver(SpanReceiver rcvr)
          Adds the given SpanReceiver to the current Tracer instance's list of SpanReceivers.
protected  void Tracer.removeReceiver(SpanReceiver receiver)
           
static void Trace.removeReceiver(SpanReceiver rcvr)
          Removes the given SpanReceiver from the list of SpanReceivers.
 

Uses of SpanReceiver in org.htrace.impl
 

Classes in org.htrace.impl that implement SpanReceiver
 class LocalFileSpanReceiver
          Writes the spans it receives to a local file.
 class POJOSpanReceiver
          SpanReceiver for testing only that just collects the Span objects it receives.
 class StandardOutSpanReceiver
          Used for testing.
 



Copyright © 2014. All Rights Reserved.