Liferay 7.0-ce-b4

com.liferay.portal.kernel.process.local
Class RequestProcessCallable<T extends Serializable>

java.lang.Object
  extended by com.liferay.portal.kernel.process.local.RequestProcessCallable<T>
All Implemented Interfaces:
ProcessCallable<T>, Serializable

public class RequestProcessCallable<T extends Serializable>
extends Object
implements ProcessCallable<T>

See Also:
Serialized Form

Constructor Summary
RequestProcessCallable(long id, ProcessCallable<T> processCallable)
           
 
Method Summary
 T call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestProcessCallable

public RequestProcessCallable(long id,
                              ProcessCallable<T> processCallable)
Method Detail

call

public T call()
                            throws ProcessException
Specified by:
call in interface ProcessCallable<T extends Serializable>
Throws:
ProcessException

Liferay 7.0-ce-b4