java.lang.Object
com.aoapps.lang.concurrent.ThreadLocalsCallable<T>
com.aoapps.servlet.filter.FunctionContextCallable<T>
- All Implemented Interfaces:
Callable<T>
Maintains current function context for the provided callable.
-
Constructor Summary
ConstructorDescriptionFunctionContextCallable
(Callable<T> task) Creates a newFunctionContextCallable
. -
Method Summary
Methods inherited from class com.aoapps.lang.concurrent.ThreadLocalsCallable
call
-
Constructor Details
-
FunctionContextCallable
Creates a newFunctionContextCallable
.
-