|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
O - the reply typepublic interface RequestCancelHandler<O>

A handler for request listeners to receive a notification when a request was cancelled.
RequestContext.addCancelHandler(RequestCancelHandler)This interface is part of the Remoting 3 public API, and is intended to be implemented by users of this API. Abstract members will generally not be added to such types so as to avoid backwards compatibility problems.
| Method Summary | |
|---|---|
void |
notifyCancel(RequestContext<O> requestContext)
Receive notification that the request was cancelled. |
| Method Detail |
|---|
void notifyCancel(RequestContext<O> requestContext)
requestContext - the request context
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||