Uses of Interface
org.jgroups.blocks.RequestHandler

Packages that use RequestHandler
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.blocks.mux   
 

Uses of RequestHandler in org.jgroups.blocks
 

Classes in org.jgroups.blocks that implement RequestHandler
 class MessageDispatcher
          Provides synchronous and asynchronous message sending with request-response correlation; i.e., matching responses with the original request.
 class RpcDispatcher
          This class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for the return value(s).
 

Fields in org.jgroups.blocks declared as RequestHandler
protected  RequestHandler MessageDispatcher.req_handler
           
protected  RequestHandler RequestCorrelator.request_handler
          The handler for the incoming requests.
 

Methods in org.jgroups.blocks with parameters of type RequestHandler
protected  RequestCorrelator MessageDispatcher.createRequestCorrelator(Protocol transport, RequestHandler handler, Address local_addr)
           
 void RequestCorrelator.setRequestHandler(RequestHandler handler)
           
 void MessageDispatcher.setRequestHandler(RequestHandler rh)
           
 

Constructors in org.jgroups.blocks with parameters of type RequestHandler
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler)
           
RequestCorrelator(Protocol transport, RequestHandler handler, Address local_addr)
           
RequestCorrelator(short id, Protocol transport, RequestHandler handler, Address local_addr)
          Constructor.
 

Uses of RequestHandler in org.jgroups.blocks.mux
 

Classes in org.jgroups.blocks.mux that implement RequestHandler
 class MuxMessageDispatcher
          A multiplexed message dispatcher.
 class MuxRpcDispatcher
          A multiplexed message dispatcher.
 

Methods in org.jgroups.blocks.mux with parameters of type RequestHandler
protected  RequestCorrelator MuxMessageDispatcher.createRequestCorrelator(Protocol transport, RequestHandler handler, Address localAddr)
           
protected  RequestCorrelator MuxRpcDispatcher.createRequestCorrelator(Protocol transport, RequestHandler handler, Address localAddr)
           
 

Constructors in org.jgroups.blocks.mux with parameters of type RequestHandler
MuxMessageDispatcher(short scopeId, Channel channel, MessageListener messageListener, MembershipListener membershipListener, RequestHandler handler)
           
MuxRequestCorrelator(short id, Protocol transport, RequestHandler handler, Address localAddr)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.