com.liferay.portal.kernel.process.local
Class ResponseProcessCallable<T extends Serializable>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseProcessCallable
public ResponseProcessCallable(long id,
T result,
Throwable throwable)
call
public Boolean call()
- Specified by:
call in interface ProcessCallable<Boolean>