com.liferay.portal.kernel.concurrent
Class PortalCallable<V>
java.lang.Object
com.liferay.portal.kernel.concurrent.PortalCallable<V>
- All Implemented Interfaces:
- Callable<V>
public abstract class PortalCallable<V>
- extends Object
- implements Callable<V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalCallable
public PortalCallable(long companyId)
call
public V call()
throws Exception
- Specified by:
call in interface Callable<V>
- Throws:
Exception
doCall
protected abstract V doCall()
throws Exception
- Throws:
Exception