Uses of Package
org.jgroups

Packages that use org.jgroups
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.conf Provides ways to configure a protocol stack. 
org.jgroups.debug Provides debug support, including testing, profiling, and a graphical view of a protocol stack. 
org.jgroups.demos Provides demonstrations of JGroups functionality. 
org.jgroups.demos.applets Provides an applet that demonstrates JGroups functionality. 
org.jgroups.demos.wb A distributed whiteboard applet implemented using JGroups. 
org.jgroups.jmx   
org.jgroups.jmx.protocols   
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. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Classes in org.jgroups used by org.jgroups
Address
          Abstract address.
Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
ChannelClosedException
          Thrown if an operation is attemped on a closed channel.
ChannelException
          This class represents the super class for all exception types thrown by JGroups.
ChannelFactory
          A channel factory takes care of creation of channel implementations.
ChannelListener
          Allows a listener to be notified when important channel events occur.
ChannelNotConnectedException
          Thrown if an operation is attemped on an unconnected channel.
Event
          Used for inter-stack and intra-stack communication.
Header
          Abstract base class for all headers to be added to a Message.
Membership
          Class to keep track of Addresses.
MembershipListener
          Allows a listener to be notified when group membership changes.
Message
          A Message encapsulates data sent to members of a group.
MessageListener
          Allows a listener to be notified when a message arrives.
Receiver
          Defines the callbacks that are invoked when messages, views etc are received on a channel
TimeoutException
          Thrown if members fail to respond in time.
Transport
          Defines a very small subset of the functionality of a channel, essentially only the methods for sending and receiving messages.
UpHandler
          Provides a way of taking over a channel's tasks.
View
          A view is a local representation of the current membership of a group.
ViewId
          ViewIds are used for ordering views (each view has a ViewId and a list of members).
 

Classes in org.jgroups used by org.jgroups.blocks
Address
          Abstract address.
Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
ChannelClosedException
          Thrown if an operation is attemped on a closed channel.
ChannelException
          This class represents the super class for all exception types thrown by JGroups.
ChannelFactory
          A channel factory takes care of creation of channel implementations.
ChannelListener
          Allows a listener to be notified when important channel events occur.
ChannelNotConnectedException
          Thrown if an operation is attemped on an unconnected channel.
Event
          Used for inter-stack and intra-stack communication.
Header
          Abstract base class for all headers to be added to a Message.
JChannel
          JChannel is a pure Java implementation of Channel.
MembershipListener
          Allows a listener to be notified when group membership changes.
Message
          A Message encapsulates data sent to members of a group.
MessageListener
          Allows a listener to be notified when a message arrives.
SuspectedException
          Thrown if a message is sent to a suspected member.
TimeoutException
          Thrown if members fail to respond in time.
Transport
          Defines a very small subset of the functionality of a channel, essentially only the methods for sending and receiving messages.
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.conf
ChannelException
          This class represents the super class for all exception types thrown by JGroups.
 

Classes in org.jgroups used by org.jgroups.debug
Address
          Abstract address.
Event
          Used for inter-stack and intra-stack communication.
JChannel
          JChannel is a pure Java implementation of Channel.
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.demos
Address
          Abstract address.
Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
ChannelException
          This class represents the super class for all exception types thrown by JGroups.
ChannelFactory
          A channel factory takes care of creation of channel implementations.
ChannelListener
          Allows a listener to be notified when important channel events occur.
JChannel
          JChannel is a pure Java implementation of Channel.
MembershipListener
          Allows a listener to be notified when group membership changes.
Message
          A Message encapsulates data sent to members of a group.
MessageListener
          Allows a listener to be notified when a message arrives.
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.demos.applets
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.demos.wb
Address
          Abstract address.
MembershipListener
          Allows a listener to be notified when group membership changes.
Message
          A Message encapsulates data sent to members of a group.
MessageListener
          Allows a listener to be notified when a message arrives.
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.jmx
Address
          Abstract address.
ChannelClosedException
          Thrown if an operation is attemped on a closed channel.
ChannelException
          This class represents the super class for all exception types thrown by JGroups.
ChannelListener
          Allows a listener to be notified when important channel events occur.
ChannelNotConnectedException
          Thrown if an operation is attemped on an unconnected channel.
Event
          Used for inter-stack and intra-stack communication.
JChannel
          JChannel is a pure Java implementation of Channel.
Message
          A Message encapsulates data sent to members of a group.
TimeoutException
          Thrown if members fail to respond in time.
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.jmx.protocols
Address
          Abstract address.
 

Classes in org.jgroups used by org.jgroups.protocols
Address
          Abstract address.
Event
          Used for inter-stack and intra-stack communication.
Header
          Abstract base class for all headers to be added to a Message.
Membership
          Class to keep track of Addresses.
Message
          A Message encapsulates data sent to members of a group.
View
          A view is a local representation of the current membership of a group.
ViewId
          ViewIds are used for ordering views (each view has a ViewId and a list of members).
 

Classes in org.jgroups used by org.jgroups.protocols.pbcast
Address
          Abstract address.
Event
          Used for inter-stack and intra-stack communication.
Header
          Abstract base class for all headers to be added to a Message.
Message
          A Message encapsulates data sent to members of a group.
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.protocols.ring
Address
          Abstract address.
 

Classes in org.jgroups used by org.jgroups.stack
Address
          Abstract address.
Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
ChannelException
          This class represents the super class for all exception types thrown by JGroups.
Event
          Used for inter-stack and intra-stack communication.
JChannel
          JChannel is a pure Java implementation of Channel.
Message
          A Message encapsulates data sent to members of a group.
SuspectedException
          Thrown if a message is sent to a suspected member.
TimeoutException
          Thrown if members fail to respond in time.
Transport
          Defines a very small subset of the functionality of a channel, essentially only the methods for sending and receiving messages.
View
          A view is a local representation of the current membership of a group.
 

Classes in org.jgroups used by org.jgroups.util
Address
          Abstract address.
Event
          Used for inter-stack and intra-stack communication.
Message
          A Message encapsulates data sent to members of a group.
TimeoutException
          Thrown if members fail to respond in time.
View
          A view is a local representation of the current membership of a group.
ViewId
          ViewIds are used for ordering views (each view has a ViewId and a list of members).
 



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