Class Membership

java.lang.Object
org.apache.catalina.tribes.membership.Membership
All Implemented Interfaces:
Cloneable

public class Membership extends Object implements Cloneable
A membership implementation using simple multicast. This is the representation of a multicast membership. This class is responsible for maintaining a list of active cluster nodes in the cluster. If a node fails to send out a heartbeat, the node will be dismissed.
Author:
Peter Rossbach