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

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

public class MessageReader
extends Object
implements IMessageReader

Author:
Francesco Cina' 10/ago/2009
See Also:
Serialized Form

Constructor Summary
MessageReader(IQueueMessages aQueue)
           
 
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

MessageReader

public MessageReader(IQueueMessages aQueue)
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.