org.peabody.emailprocessor
Class AbstractMessageSource

java.lang.Object
  extended by org.peabody.emailprocessor.AbstractMessageSource
All Implemented Interfaces:
MessageSource
Direct Known Subclasses:
DiskMessageSource, JavaMailMessageSource

public abstract class AbstractMessageSource
extends java.lang.Object
implements MessageSource

Nothing useful in here yet...


Constructor Summary
AbstractMessageSource()
          Creates a new instance of AbstractMessageSource
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.peabody.emailprocessor.MessageSource
getNextMessage, init
 

Constructor Detail

AbstractMessageSource

public AbstractMessageSource()
Creates a new instance of AbstractMessageSource

Method Detail

close

public void close()
           throws javax.mail.MessagingException
Specified by:
close in interface MessageSource
Throws:
javax.mail.MessagingException