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.mux   
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.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

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.
 

Classes in org.jgroups.stack used by org.jgroups.jmx
Protocol
          The Protocol class provides a set of common services for protocol layers.
 

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

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).
Protocol
          The Protocol class provides a set of common services for protocol layers.
 

Classes in org.jgroups.stack used by org.jgroups.protocols.pbcast
IpAddress
          Network-dependent address (Internet).
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.stack
AckMcastSenderWindow.RetransmitCommand
          Called by retransmitter thread whenever a message needs to be re-sent to a destination.
AckSenderWindow.RetransmitCommand
           
Configurator.ProtocolConfiguration
          Parses and encapsulates the specification for 1 protocol of the protocol stack, e.g.
Interval
          Interface which returns a time series, one value at a time calling next()
IpAddress
          Network-dependent address (Internet).
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
RouterStub.ConnectionListener
           
StateTransferInfo
          Contains parameters for state transfer.
 

Classes in org.jgroups.stack used by org.jgroups.util
Protocol
          The Protocol class provides a set of common services for protocol layers.
 



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