Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband.rpc
Class IntrabandRPCUtil.FutureResult<V extends Serializable>

java.lang.Object
  extended by java.util.concurrent.FutureTask<V>
      extended by com.liferay.portal.kernel.nio.intraband.rpc.IntrabandRPCUtil.FutureResult<V>
All Implemented Interfaces:
Runnable, Future<V>, RunnableFuture<V>
Enclosing class:
IntrabandRPCUtil

protected static class IntrabandRPCUtil.FutureResult<V extends Serializable>
extends FutureTask<V>


Constructor Summary
protected IntrabandRPCUtil.FutureResult()
           
 
Method Summary
protected  void set(V v)
           
protected  void setException(Throwable t)
           
 
Methods inherited from class java.util.concurrent.FutureTask
cancel, done, get, get, isCancelled, isDone, run, runAndReset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrabandRPCUtil.FutureResult

protected IntrabandRPCUtil.FutureResult()
Method Detail

set

protected void set(V v)
Overrides:
set in class FutureTask<V extends Serializable>

setException

protected void setException(Throwable t)
Overrides:
setException in class FutureTask<V extends Serializable>

Liferay 6.2-ce-ga5