cloudtrace.instrument
Class TraceCallable<V>

java.lang.Object
  extended by cloudtrace.instrument.TraceCallable<V>
All Implemented Interfaces:
java.util.concurrent.Callable<V>

public class TraceCallable<V>
extends java.lang.Object
implements java.util.concurrent.Callable<V>

Wrap a Callable with a Span that survives a change in threads.


Method Summary
 V call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public V call()
       throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<V>
Throws:
java.lang.Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.