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