JBoss Remoting 3.1.0.Beta2

Uses of Interface
org.jboss.remoting3.spi.RemoteReplyHandler

Packages that use RemoteReplyHandler
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of RemoteReplyHandler in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi with parameters of type RemoteReplyHandler
 org.jboss.xnio.Cancellable LocalRequestHandler.receiveRequest(Object request, RemoteReplyHandler replyHandler)
          Receive a request bound to this system.
static void SpiUtils.safeHandleCancellation(RemoteReplyHandler replyHandler)
          Safely notify a reply handler of a cancellation.
static void SpiUtils.safeHandleException(RemoteReplyHandler replyHandler, IOException exception)
          Safely notify a reply handler of an exception.
static
<O> void
SpiUtils.safeHandleReply(RemoteReplyHandler replyHandler, O reply)
          Safely notify a reply handler of a reply.
 


JBoss Remoting 3.1.0.Beta2

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