org.exoplatform.social.common.service
Class LogWatchCallable<V>

java.lang.Object
  extended by org.exoplatform.social.common.service.LogWatchCallable<V>
All Implemented Interfaces:
Callable<V>

public class LogWatchCallable<V>
extends Object
implements Callable<V>


Constructor Summary
LogWatchCallable(Callable<V> task, TraceElement trace)
           
 
Method Summary
 V call()
           
 TraceElement getTraceElement()
           
 Callable<V> getWrappedTask()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogWatchCallable

public LogWatchCallable(Callable<V> task,
                        TraceElement trace)
Method Detail

getWrappedTask

public Callable<V> getWrappedTask()

getTraceElement

public TraceElement getTraceElement()

call

public V call()
       throws Exception
Specified by:
call in interface Callable<V>
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.