org.codehaus.waffle.monitor
Class SilentMonitor

java.lang.Object
  extended by org.codehaus.waffle.monitor.AbstractWritingMonitor
      extended by org.codehaus.waffle.monitor.SilentMonitor
All Implemented Interfaces:
ActionMonitor

public class SilentMonitor
extends AbstractWritingMonitor

SilentMonitor is a writing monitor that writes nothing.

Author:
Mauro Talevi

Constructor Summary
SilentMonitor()
           
 
Method Summary
protected  void trace(java.lang.Exception exception)
          Traces an exception.
protected  void write(MonitorLevel level, java.lang.String message)
          Writes message for a given level.
 
Methods inherited from class org.codehaus.waffle.monitor.AbstractWritingMonitor
actionMethodExecutionFailed, actionMethodFound, defaultActionMethodCached, defaultActionMethodFound, methodNameResolved, pragmaticActionMethodFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilentMonitor

public SilentMonitor()
Method Detail

write

protected void write(MonitorLevel level,
                     java.lang.String message)
Description copied from class: AbstractWritingMonitor
Writes message for a given level. Concrete implementations should provide writing functionality.

Specified by:
write in class AbstractWritingMonitor

trace

protected void trace(java.lang.Exception exception)
Description copied from class: AbstractWritingMonitor
Traces an exception. Concrete implementations should provide writing functionality.

Specified by:
trace in class AbstractWritingMonitor


Copyright © 2007 null. All Rights Reserved.