Package org.apache.catalina.tribes
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Channel Channel interface A channel is an object that manages a group of members.
ChannelInterceptor Abstract class for the interceptor base class.
ChannelListener No description provided.
ChannelMessage No description provided.
ChannelReceiver Cluster Receiver Interface
ChannelSender No description provided.
ErrorHandler No description provided.
ManagedChannel Channel interface A managed channel interface gives you access to the components of the channels such as senders, receivers, interceptors etc
Member The Member interface, defines a member in the Cluster.
MembershipListener The MembershipListener interface is used as a callback to the membership service.
MembershipService The membership service helps the cluster determine the membership logic in the cluster.
MessageListener No description provided.
Classes
ByteMessage A byte message is not serialized and deserialized by the channel
Constants Manifest constants for the org.apache.catalina.tribes package.
Exceptions
ChannelException Channel Exception

This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol

The only Cluster protocol currently implemented is a JavaGroups based
    JGCluster.java