Package org.jgroups.protocols

Examples of org.jgroups.protocols.FcHeader


  public void test() throws Exception {

    logger.info("'org.jgroups.Header' test");
   
    byte b = 2;
    Header header = new FcHeader(b);
    logger.info(header)
  }
View Full Code Here

TOP

Related Classes of org.jgroups.protocols.FcHeader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.