Liferay 7.0-ce-b4

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

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

public class ResponseProcessCallable<T extends Serializable>
extends Object
implements ProcessCallable<Boolean>

See Also:
Serialized Form

Constructor Summary
ResponseProcessCallable(long id, T result, Throwable throwable)
           
 
Method Summary
 Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseProcessCallable

public ResponseProcessCallable(long id,
                               T result,
                               Throwable throwable)
Method Detail

call

public Boolean call()
Specified by:
call in interface ProcessCallable<Boolean>

Liferay 7.0-ce-b4