examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/tribes/ByteMessage.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    35  * bytes.<br>
    35  * bytes.<br>
    36  * If you are using multiple applications on top of Tribes you should add some sort of header
    36  * If you are using multiple applications on top of Tribes you should add some sort of header
    37  * so that you can decide with the <code>ChannelListener.accept()</code> whether this message was intended
    37  * so that you can decide with the <code>ChannelListener.accept()</code> whether this message was intended
    38  * for you.
    38  * for you.
    39  * @author Filip Hanik
    39  * @author Filip Hanik
    40  * @version $Id: ByteMessage.java,v 1.4 2015-01-28 02:10:54 vrany Exp $
    40  * @version $Id: ByteMessage.java,v 1.5 2015-03-20 12:08:06 vrany Exp $
    41  */
    41  */
    42 
    42 
    43 public class ByteMessage implements Serializable, Externalizable {
    43 public class ByteMessage implements Serializable, Externalizable {
    44     /**
    44     /**
    45      * Storage for the message to be sent
    45      * Storage for the message to be sent