protected static class IntrabandRPCUtil.FutureCompletionHandler<V extends Serializable> extends Object implements CompletionHandler<Object>
CompletionHandler.CompletionType
Modifier | Constructor and Description |
---|---|
protected |
IntrabandRPCUtil.FutureCompletionHandler(DefaultNoticeableFuture<V> defaultNoticeableFuture) |
protected IntrabandRPCUtil.FutureCompletionHandler(DefaultNoticeableFuture<V> defaultNoticeableFuture)
public void delivered(Object attachment)
delivered
in interface CompletionHandler<Object>
public void failed(Object attachment, IOException ioe)
failed
in interface CompletionHandler<Object>
public void replied(Object attachment, Datagram datagram)
replied
in interface CompletionHandler<Object>
public void submitted(Object attachment)
submitted
in interface CompletionHandler<Object>
public void timedOut(Object attachment)
timedOut
in interface CompletionHandler<Object>