|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestContext | |
|---|---|
| org.jboss.remoting3 | The base Remoting 3 API package. |
| org.jboss.remoting3.spi | Service provider classes and interfaces. |
| Uses of RequestContext in org.jboss.remoting3 |
|---|
| Methods in org.jboss.remoting3 with parameters of type RequestContext | |
|---|---|
void |
RequestListener.handleRequest(RequestContext<O> context,
I request)
Handle a request. |
void |
RequestCancelHandler.notifyCancel(RequestContext<O> requestContext)
Receive notification that the request was cancelled. |
| Uses of RequestContext in org.jboss.remoting3.spi |
|---|
| Methods in org.jboss.remoting3.spi with parameters of type RequestContext | ||
|---|---|---|
static
|
SpiUtils.safeNotifyCancellation(RequestCancelHandler<O> handler,
RequestContext<O> requestContext)
Safely notify a request listener's cancel handler of cancellation. |
|
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||