Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.executor
Class CopyThreadLocalCallable<T>

java.lang.Object
  extended by com.liferay.portal.kernel.executor.CopyThreadLocalCallable<T>
All Implemented Interfaces:
Callable<T>

public abstract class CopyThreadLocalCallable<T>
extends Object
implements Callable<T>


Constructor Summary
CopyThreadLocalCallable(boolean readOnly, boolean clearOnExit)
           
 
Method Summary
 T call()
           
abstract  T doCall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyThreadLocalCallable

public CopyThreadLocalCallable(boolean readOnly,
                               boolean clearOnExit)
Method Detail

call

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

doCall

public abstract T doCall()
                  throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3