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
AddressGenerator
          Callback to provide custom addresses.
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.
ProtocolStack
          A ProtocolStack manages a number of protocols layered above each other.
 

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.
Retransmitter.RetransmitCommand
          Retransmit command (see Gamma et al.) used to retrieve missing messages
RouterStub
          Client stub that talks to a remote GossipRouter
 

Classes in org.jgroups.stack used by org.jgroups.protocols.pbcast
IpAddress
          Network-dependent address (Internet).
NakReceiverWindow
          Keeps track of messages according to their sequence numbers.
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.InetAddressInfo
           
GossipRouter.ConnectionTearListener
           
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.
ProtocolStack.RefCounter
          Keeps track of the number os times init()/destroy() and start()/stop have been called.
Retransmitter
          Abstract class of a retransmitter.
Retransmitter.RetransmitCommand
          Retransmit command (see Gamma et al.) used to retrieve missing messages
Retransmitter.Task
           
RouterStub
          Client stub that talks to a remote GossipRouter
RouterStub.ConnectionListener
           
RouterStub.ConnectionStatus
           
RouterStubManager
           
StateTransferInfo
          Contains parameters for state transfer.
 

Classes in org.jgroups.stack used by org.jgroups.util
IpAddress
          Network-dependent address (Internet).
 



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