Package org.apache.catalina.tribes.tcp

Examples of org.apache.catalina.tribes.tcp.ReplicationTransmitter


        rl.setTcpThreadCount(tcpthreadcount);
        rl.getBind();
        rl.setSendAck(ack);
        rl.setSynchronized(sync);

        ReplicationTransmitter ps = new ReplicationTransmitter();
        ps.setReplicationMode(sender);
        ps.setAckTimeout(acktimeout);
        ps.setAutoConnect(autoconnect);
        ps.setWaitForAck(ack);

        McastService service = new McastService();
        service.setMcastAddr(mcastaddr);
        if (mbind != null) service.setMcastBindAddress(mbind);
        service.setMcastFrequency(mcastfreq);
View Full Code Here

TOP

Related Classes of org.apache.catalina.tribes.tcp.ReplicationTransmitter

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.