JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.RequestContext

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
<O> void
SpiUtils.safeNotifyCancellation(RequestCancelHandler<O> handler, RequestContext<O> requestContext)
          Safely notify a request listener's cancel handler of cancellation.
 


JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.