Uses of Class
org.javagroups.stack.RpcProtocol

Packages that use RpcProtocol
org.javagroups.protocols   
org.javagroups.protocols.ring   
 

Uses of RpcProtocol in org.javagroups.protocols
 

Subclasses of RpcProtocol in org.javagroups.protocols
 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 RpcProtocolEXAMPLE
           
 class STABLE
          Computes the broadcast messages that are stable, i.e.
 class TOTAL_TOKEN
           Total order implementation based on The Totem Single-Ring Ordering and Membership Protocol
 

Uses of RpcProtocol in org.javagroups.protocols.ring
 

Constructors in org.javagroups.protocols.ring with parameters of type RpcProtocol
TcpRingNode(RpcProtocol owner, Address memberAddress)
           
UdpRingNode(RpcProtocol owner, Address memberAddress)
           
 



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