Class LogWatchCallable<V>
- java.lang.Object
-
- org.exoplatform.social.common.service.LogWatchCallable<V>
-
-
Constructor Summary
Constructors Constructor Description LogWatchCallable(Callable<V> task, TraceElement trace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vcall()TraceElementgetTraceElement()Callable<V>getWrappedTask()
-
-
-
Constructor Detail
-
LogWatchCallable
public LogWatchCallable(Callable<V> task, TraceElement trace)
-
-