Examples of configurePrevalenceDirectory()


Examples of org.prevayler.PrevaylerFactory.configurePrevalenceDirectory()

    // Create an instance of the root object class and start the server
    //prevayler = PrevaylerFactory.createPrevayler(rootObjectClass.newInstance(), prevalenceBase);
    PrevaylerFactory factory = new PrevaylerFactory();
    factory.configurePrevalentSystem(rootObjectClass.newInstance());
    factory.configurePrevalenceDirectory(prevalenceBase);
    prevayler = factory.create();
    snapshotThread = new SnapshotThread(prevayler);
    snapshotThread.start();
  }
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.