Uses of Interface
org.javagroups.blocks.RequestHandler

Packages that use RequestHandler
org.javagroups.blocks   
org.javagroups.protocols   
org.javagroups.stack   
 

Uses of RequestHandler in org.javagroups.blocks
 

Classes in org.javagroups.blocks that implement RequestHandler
 class MessageDispatcher
          Used on top of channel to implement group requests.
 class RpcDispatcher
          Dispatches and receives remote group method calls.
 

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

Methods in org.javagroups.blocks with parameters of type RequestHandler
 void RequestCorrelator.setRequestHandler(RequestHandler handler)
          ???
 void MessageDispatcher.setRequestHandler(RequestHandler rh)
           
 

Constructors in org.javagroups.blocks with parameters of type RequestHandler
RequestCorrelator(java.lang.String name, java.lang.Object transport, RequestHandler handler)
          Constructor.
RequestCorrelator(java.lang.String name, java.lang.Object transport, RequestHandler handler, boolean deadlock_detection)
          Constructor.
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler)
           
MessageDispatcher(PullPushAdapter adapter, java.io.Serializable id, MessageListener l, MembershipListener l2, RequestHandler req_handler)
           
 

Uses of RequestHandler in org.javagroups.protocols
 

Classes in org.javagroups.protocols that implement RequestHandler
 class DEADLOCK
          Tests the deadlock detection mechanism of RequestCorrelator.
 class FLUSH
          The task of the FLUSH protocol is to flush all pending messages out of the system.
 class GMS
          Group membership protocol.
 class MessageProtocolEXAMPLE
           
 class RpcProtocolEXAMPLE
           
 class STABLE
          Computes the broadcast messages that are stable, i.e.
 class STATE_TRANSFER
          State transfer layer.
 class TOTAL_TOKEN
           Total order implementation based on The Totem Single-Ring Ordering and Membership Protocol
 

Uses of RequestHandler in org.javagroups.stack
 

Classes in org.javagroups.stack that implement RequestHandler
 class MessageProtocol
          Based on Protocol, but incorporates RequestCorrelator and GroupRequest: the latter can be used to mcast messages to all members and receive their reponses.
 class RpcProtocol
          Base class for group RMC peer protocols.
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.