org.apache.catalina.tribes.membership |
|
Java Source File Name | Type | Comment |
Constants.java | Class | Manifest constants for the org.apache.catalina.tribes.membership
package.
author: Peter Rossbach version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
McastService.java | Class | A membership implementation using simple multicast. |
McastServiceImpl.java | Class | A membership implementation using simple multicast.
This is the representation of a multicast membership service.
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.
This is the low level implementation that handles the multicasting sockets.
Need to fix this, could use java.nio and only need one thread to send and receive, or
just use a timeout on the receive
author: Filip Hanik version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
MemberImpl.java | Class | A membership implementation using simple multicast. |
Membership.java | Class | 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: Filip Hanik author: Peter Rossbach version: $Revision: 500684 $, $Date: 2007-01-28 00:27:18 +0100 (dim., 28 janv. |
StaticMember.java | Class | |