| Package | Description |
|---|---|
| org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
| org.jgroups.auth | |
| 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.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.
|
| Class | Description |
|---|---|
| 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 that removes hardwiring of calls to create JGroups
channels.
|
| 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.
|
| ExtendedMembershipListener | |
| ExtendedMessageListener |
ExtendedMessageListener has additional callbacks for:
partial state transfer - http://jira.jboss.com/jira/browse/JGRP-118
streaming state transfer - http://jira.jboss.com/jira/browse/JGRP-89
|
| ExtendedReceiver |
Extends Receiver, plus the partial state transfer methods.
|
| 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).
|
| Class | Description |
|---|---|
| Message |
A Message encapsulates data sent to members of a group.
|
| Class | Description |
|---|---|
| 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 that removes hardwiring of calls to create JGroups
channels.
|
| 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.
|
| ExtendedMembershipListener | |
| ExtendedMessageListener |
ExtendedMessageListener has additional callbacks for:
partial state transfer - http://jira.jboss.com/jira/browse/JGRP-118
streaming state transfer - http://jira.jboss.com/jira/browse/JGRP-89
|
| ExtendedReceiver |
Extends Receiver, plus the partial state transfer methods.
|
| 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.
|
| Receiver |
Defines the callbacks that are invoked when messages, views etc are received on a channel
|
| 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.
|
| Class | Description |
|---|---|
| ChannelException |
This class represents the super class for all exception types thrown by
JGroups.
|
| Class | Description |
|---|---|
| Address |
Abstract address.
|
| Event |
Used for inter-stack and intra-stack communication.
|
| View |
A view is a local representation of the current membership of a group.
|
| Class | Description |
|---|---|
| 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 that removes hardwiring of calls to create JGroups
channels.
|
| ChannelListener |
Allows a listener to be notified when important channel events occur.
|
| ExtendedMembershipListener | |
| ExtendedMessageListener |
ExtendedMessageListener has additional callbacks for:
partial state transfer - http://jira.jboss.com/jira/browse/JGRP-118
streaming state transfer - http://jira.jboss.com/jira/browse/JGRP-89
|
| ExtendedReceiver |
Extends Receiver, plus the partial state transfer methods.
|
| ExtendedReceiverAdapter | |
| 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.
|
| Receiver |
Defines the callbacks that are invoked when messages, views etc are received on a channel
|
| ReceiverAdapter | |
| View |
A view is a local representation of the current membership of a group.
|
| Class | Description |
|---|---|
| View |
A view is a local representation of the current membership of a group.
|
| Class | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| 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.
|
| 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.
|
| JChannelFactory |
JChannelFactory creates pure Java implementations of the
Channel
interface. |
| 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.
|
| Class | Description |
|---|---|
| Address |
Abstract address.
|
| Class | Description |
|---|---|
| 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.
|
| 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.
|
| Message |
A Message encapsulates data sent to members of a group.
|
| 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.
|
| Class | Description |
|---|---|
| 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.
|
| ViewId |
ViewIds are used for ordering views (each view has a ViewId and a list of members).
|
| Class | Description |
|---|---|
| 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.
|
| ViewId |
ViewIds are used for ordering views (each view has a ViewId and a list of members).
|
| Class | Description |
|---|---|
| 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.
|
| Transport |
Defines a very small subset of the functionality of a channel,
essentially only the methods for sending and receiving messages.
|
| Class | Description |
|---|---|
| Address |
Abstract address.
|
| Channel |
A channel represents a group communication endpoint (like BSD datagram sockets).
|
| 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.
|
| 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-2008 Bela Ban. All Rights Reserved.