Uses of Package
org.jgroups.stack

Packages that use org.jgroups.stack
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.debug Provides debug support, including testing, profiling, and a graphical view of a protocol stack. 
org.jgroups.jmx   
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.protocols.ring Supports protocols in ring networks. 
org.jgroups.stack Support for managing protocol stacks. 
 

Classes in org.jgroups.stack used by org.jgroups
ProtocolStack
          A ProtocolStack manages a number of protocols layered above each other.
 

Classes in org.jgroups.stack used by org.jgroups.debug
Protocol
          The Protocol class provides a set of common services for protocol layers.
ProtocolObserver
          Interface for the Debugger to receive notifications about a protocol layer.
 

Classes in org.jgroups.stack used by org.jgroups.jmx
Protocol
          The Protocol class provides a set of common services for protocol layers.
ProtocolObserver
          Interface for the Debugger to receive notifications about a protocol layer.
 

Classes in org.jgroups.stack used by org.jgroups.protocols
AckMcastSenderWindow.RetransmitCommand
          Called by retransmitter thread whenever a message needs to be re-sent to a destination.
AckSenderWindow.RetransmitCommand
           
IpAddress
          Network-dependent address (Internet).
MessageProtocol
          Based on Protocol, but incorporates RequestCorrelator and GroupRequest: the latter can be used to mcast messages to all members and receive their reponses.
Protocol
          The Protocol class provides a set of common services for protocol layers.
RpcProtocol
          Base class for group RMC peer protocols.
 

Classes in org.jgroups.stack used by org.jgroups.protocols.pbcast
NakReceiverWindow.Listener
           
Protocol
          The Protocol class provides a set of common services for protocol layers.
Retransmitter.RetransmitCommand
          Retransmit command (see Gamma et al.) used to retrieve missing messages
 

Classes in org.jgroups.stack used by org.jgroups.protocols.ring
IpAddress
          Network-dependent address (Internet).
RpcProtocol
          Base class for group RMC peer protocols.
 

Classes in org.jgroups.stack used by org.jgroups.stack
AckMcastSenderWindow.RetransmitCommand
          Called by retransmitter thread whenever a message needs to be re-sent to a destination.
AckSenderWindow.RetransmitCommand
           
IpAddress
          Network-dependent address (Internet).
LogicalAddress
          Logical address that spans the lifetime of a member.
MessageProtocol
          Based on Protocol, but incorporates RequestCorrelator and GroupRequest: the latter can be used to mcast messages to all members and receive their reponses.
NakReceiverWindow.Listener
           
Protocol
          The Protocol class provides a set of common services for protocol layers.
ProtocolStack
          A ProtocolStack manages a number of protocols layered above each other.
Retransmitter.RetransmitCommand
          Retransmit command (see Gamma et al.) used to retrieve missing messages
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.