Package org.springmodules.prevayler.system

Examples of org.springmodules.prevayler.system.PrevalentSystem.execute()


    }
   
    public Object execute(SystemCallback callback) {
        logger.debug("Executing callback into prevalent system.");
        PrevalentSystem localSystem = (PrevalentSystem) this.configuration.getPrevaylerInstance().prevalentSystem();
        return localSystem.execute(callback);
    }
   
    public void flush(Prevayler prevayler) {
        // Do nothing: all operations are suddenly committed.
    }
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.