examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/tribes/group/GroupChannel.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    49  * The GroupChannel manages the replication channel. It coordinates
    49  * The GroupChannel manages the replication channel. It coordinates
    50  * message being sent and received with membership announcements.
    50  * message being sent and received with membership announcements.
    51  * The channel has an chain of interceptors that can modify the message or perform other logic.<br>
    51  * The channel has an chain of interceptors that can modify the message or perform other logic.<br>
    52  * It manages a complete group, both membership and replication.
    52  * It manages a complete group, both membership and replication.
    53  * @author Filip Hanik
    53  * @author Filip Hanik
    54  * @version $Id: GroupChannel.java,v 1.4 2015-01-28 02:10:54 vrany Exp $
    54  * @version $Id: GroupChannel.java,v 1.5 2015-03-20 12:08:06 vrany Exp $
    55  */
    55  */
    56 public class GroupChannel extends ChannelInterceptorBase implements ManagedChannel {
    56 public class GroupChannel extends ChannelInterceptorBase implements ManagedChannel {
    57     /**
    57     /**
    58      * Flag to determine if the channel manages its own heartbeat
    58      * Flag to determine if the channel manages its own heartbeat
    59      * If set to true, the channel will start a local thread for the heart beat.
    59      * If set to true, the channel will start a local thread for the heart beat.