org.apache.james.mpt
Class NullMonitor

java.lang.Object
  extended by org.apache.james.mpt.NullMonitor
All Implemented Interfaces:
Monitor

public class NullMonitor
extends java.lang.Object
implements Monitor

Discards all monitored messages.


Constructor Summary
NullMonitor()
           
 
Method Summary
 void debug(char character)
           
 void debug(java.lang.String messsage)
           
 void note(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullMonitor

public NullMonitor()
Method Detail

note

public void note(java.lang.String message)
Specified by:
note in interface Monitor

debug

public void debug(char character)
Specified by:
debug in interface Monitor

debug

public void debug(java.lang.String messsage)
Specified by:
debug in interface Monitor


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.