Liferay 6.2-ce-ga5

com.liferay.portal.kernel.dao.shard
Class ShardCallable<V>

java.lang.Object
  extended by com.liferay.portal.kernel.dao.shard.ShardCallable<V>
All Implemented Interfaces:
Callable<V>

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


Constructor Summary
ShardCallable(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

ShardCallable

public ShardCallable(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-ce-ga5