Uses of Interface
org.prevayler.foundation.monitor.Monitor

Packages that use Monitor
org.prevayler   
org.prevayler.foundation   
org.prevayler.foundation.monitor   
org.prevayler.implementation.journal   
 

Uses of Monitor in org.prevayler
 

Methods in org.prevayler with parameters of type Monitor
 void PrevaylerFactory.configureMonitor(Monitor monitor)
          Assigns a monitor object to receive notifications from Prevayler.
 

Uses of Monitor in org.prevayler.foundation
 

Constructors in org.prevayler.foundation with parameters of type Monitor
DurableInputStream(File file, Monitor monitor)
           
 

Uses of Monitor in org.prevayler.foundation.monitor
 

Classes in org.prevayler.foundation.monitor that implement Monitor
 class Log4jMonitor
          A Monitor that logs output using Log4j.
 class LoggingMonitor
          Abstract Monitor for Logging implementation monitors to extend.
 class NullMonitor
          A Null Monitor, that does no logging at all.
 class SimpleMonitor
          A Monitor that logs output to a PrintStream (System.out by default).
 

Uses of Monitor in org.prevayler.implementation.journal
 

Constructors in org.prevayler.implementation.journal with parameters of type Monitor
PersistentJournal(PrevaylerDirectory directory, long journalSizeThresholdInBytes, long journalAgeThresholdInMillis, boolean journalDiskSync, String journalSuffix, Monitor monitor)
           
 



Copyright © 2001-2013. All Rights Reserved.