Liferay 6.2.0-ce-m5

com.liferay.portal.kernel.concurrent
Class PortalCallable<V>

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.PortalCallable<V>
All Implemented Interfaces:
Callable<V>

public abstract class PortalCallable<V>
extends Object
implements Callable<V>


Constructor Summary
PortalCallable(long companyId)
           
 
Method Summary
 V call()
           
protected abstract  V doCall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalCallable

public PortalCallable(long companyId)
Method Detail

call

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

doCall

protected abstract V doCall()
                     throws Exception
Throws:
Exception

Liferay 6.2.0-ce-m5