com.liferay.portal.kernel.nio.intraband.rpc
Class IntrabandRPCUtil.FutureCompletionHandler<V extends Serializable>
java.lang.Object
com.liferay.portal.kernel.nio.intraband.rpc.IntrabandRPCUtil.FutureCompletionHandler<V>
- All Implemented Interfaces:
- CompletionHandler<Object>
- Enclosing class:
- IntrabandRPCUtil
protected static class IntrabandRPCUtil.FutureCompletionHandler<V extends Serializable>
- extends Object
- implements CompletionHandler<Object>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrabandRPCUtil.FutureCompletionHandler
protected IntrabandRPCUtil.FutureCompletionHandler(IntrabandRPCUtil.FutureResult<V> futureResult)
delivered
public void delivered(Object attachment)
- Specified by:
delivered
in interface CompletionHandler<Object>
failed
public void failed(Object attachment,
IOException ioe)
- Specified by:
failed
in interface CompletionHandler<Object>
replied
public void replied(Object attachment,
Datagram datagram)
- Specified by:
replied
in interface CompletionHandler<Object>
submitted
public void submitted(Object attachment)
- Specified by:
submitted
in interface CompletionHandler<Object>
timedOut
public void timedOut(Object attachment)
- Specified by:
timedOut
in interface CompletionHandler<Object>