JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.RequestCancelHandler

Packages that use RequestCancelHandler
org.jboss.remoting3 The base Remoting 3 API package. 
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of RequestCancelHandler in org.jboss.remoting3
 

Methods in org.jboss.remoting3 with parameters of type RequestCancelHandler
 void RequestContext.addCancelHandler(RequestCancelHandler<O> handler)
          Add a notifier to be called if a cancel request is received.
 

Uses of RequestCancelHandler in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi with parameters of type RequestCancelHandler
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.