Uses of Package
org.jgroups

Packages that use org.jgroups
org.jgroups   
org.jgroups.blocks   
org.jgroups.conf   
org.jgroups.debug   
org.jgroups.demos   
org.jgroups.demos.applets   
org.jgroups.demos.wb   
org.jgroups.ensemble   
org.jgroups.protocols   
org.jgroups.protocols.pbcast   
org.jgroups.protocols.ring   
org.jgroups.service   
org.jgroups.service.lease   
org.jgroups.stack   
org.jgroups.util   
 

Classes in org.jgroups used by org.jgroups
Address
          Abstract address.
Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
ChannelClosedException
           
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
           
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.
TimeoutException
           
Transport
           
UpHandler
           
View
          A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the 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
           
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
           
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 When a JChannel object is instantiated it automatically sets up the protocol stack
MembershipListener
           
Message
          A Message encapsulates data sent to members of a group.
MessageListener
           
SuspectedException
           
TimeoutException
           
Transport
           
View
          A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the 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
Event
          Used for inter-stack and intra-stack communication.
JChannel
          JChannel is a pure Java implementation of Channel When a JChannel object is instantiated it automatically sets up the protocol stack
 

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 When a JChannel object is instantiated it automatically sets up the protocol stack
MembershipListener
           
Message
          A Message encapsulates data sent to members of a group.
MessageListener
           
View
          A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the 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 Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the group.
 

Classes in org.jgroups used by org.jgroups.demos.wb
Address
          Abstract address.
MembershipListener
           
Message
          A Message encapsulates data sent to members of a group.
MessageListener
           
View
          A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the group.
 

Classes in org.jgroups used by org.jgroups.ensemble
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 Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the 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.
View
          A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the group.
 

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

Classes in org.jgroups used by org.jgroups.service
Address
          Abstract address.
Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
MembershipListener
           
MessageListener
           
View
          A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the group.
 

Classes in org.jgroups used by org.jgroups.service.lease
Address
          Abstract address.
Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
Header
          Abstract base class for all headers to be added to a Message.
MembershipListener
           
 

Classes in org.jgroups used by org.jgroups.stack
Address
          Abstract address.
Event
          Used for inter-stack and intra-stack communication.
JChannel
          JChannel is a pure Java implementation of Channel When a JChannel object is instantiated it automatically sets up the protocol stack
Message
          A Message encapsulates data sent to members of a group.
SuspectedException
           
TimeoutException
           
Transport
           
View
          A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the 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
           
 



Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.