Package com.cetsoft.caudit.observable

Examples of com.cetsoft.caudit.observable.ScheduledAuditObservable


   *
   * @param period the period
   * @return the scheduled audit observable
   */
  protected ScheduledAuditObservable createAuditObservable(long period) {
    return new ScheduledAuditObservable(auditStore, period, TimeUnit.MILLISECONDS);
  }
View Full Code Here


   * Creates the default audit observable.
   *
   * @return the scheduled audit observable
   */
  protected ScheduledAuditObservable createDefaultAuditObservable() {
    return new ScheduledAuditObservable(auditStore, 10, TimeUnit.SECONDS);
  }
View Full Code Here

TOP

Related Classes of com.cetsoft.caudit.observable.ScheduledAuditObservable

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.