examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/tribes/transport/ReplicationTransmitter.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    28  * Transmit message to other cluster members
    28  * Transmit message to other cluster members
    29  * Actual senders are created based on the replicationMode
    29  * Actual senders are created based on the replicationMode
    30  * type 
    30  * type 
    31  * 
    31  * 
    32  * @author Filip Hanik
    32  * @author Filip Hanik
    33  * @version $Id: ReplicationTransmitter.java,v 1.4 2015-01-28 02:10:54 vrany Exp $
    33  * @version $Id: ReplicationTransmitter.java,v 1.5 2015-03-20 12:08:06 vrany Exp $
    34  */
    34  */
    35 public class ReplicationTransmitter implements ChannelSender {
    35 public class ReplicationTransmitter implements ChannelSender {
    36     private static org.apache.juli.logging.Log log = org.apache.juli.logging.LogFactory.getLog(ReplicationTransmitter.class);
    36     private static org.apache.juli.logging.Log log = org.apache.juli.logging.LogFactory.getLog(ReplicationTransmitter.class);
    37 
    37 
    38     /**
    38     /**