com.googlecode.jpattern.service.log.reader
Class NullMessageReader

java.lang.Object
  extended by com.googlecode.jpattern.service.log.reader.NullMessageReader
All Implemented Interfaces:
IMessageReader, Serializable

public class NullMessageReader
extends Object
implements IMessageReader

Version:
$Id$
Author:
Claudio Quaresima - claudio.quaresima@gmail.com - 17/ago/09 20:24:36
See Also:
Serialized Form

Constructor Summary
NullMessageReader()
           
 
Method Summary
 String read()
           
 String read(String lastReadedMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullMessageReader

public NullMessageReader()
Method Detail

read

public String read()
Specified by:
read in interface IMessageReader

read

public String read(String lastReadedMessage)
Specified by:
read in interface IMessageReader


Copyright © 2011. All Rights Reserved.