Package org.prevayler.foundation.monitor

Examples of org.prevayler.foundation.monitor.SimpleMonitor


    return new GenericSnapshotManager<P>(Collections.singletonMap(snapshotSuffix, snapshotSerializer), snapshotSuffix, prevalentSystem(), directory, journalSerializer());
  }


  private Monitor monitor() {
    return _monitor != null ? _monitor : new SimpleMonitor(System.err);
  }
View Full Code Here

TOP

Related Classes of org.prevayler.foundation.monitor.SimpleMonitor

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.