Examples of configureReplicationServer()


Examples of org.prevayler.PrevaylerFactory.configureReplicationServer()

    public PrevaylerFactory getPrevaylerFactoryServer() {
      PrevaylerFactory factory = new PrevaylerFactory();
        factory.configurePrevalentSystem(new PrevalentSystem());
        factory.configurePrevalenceBase(Constants.PREVAYLER_SERVER_DATA_DIRETORY);
        factory.configureReplicationServer(PrevaylerFactory.DEFAULT_REPLICATION_PORT);
        return factory;
    }

    public static void setStandAloneMode() {
        standAloneMode = true;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.