|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.james.fetchmail.ProcessorAbstract org.apache.james.fetchmail.StoreProcessor
public class StoreProcessor
Class StoreProcessor
connects to a message store, gets the
target Folder and delegates its processing to FolderProcessor
.
Creation Date: 27-May-03
Constructor Summary | |
---|---|
protected |
StoreProcessor(org.apache.james.fetchmail.Account account)
Constructor for StoreProcessor. |
Method Summary | |
---|---|
void |
process()
Method process connects to a Folder in a Message Store, creates a FolderProcessor and runs it to process the messages in
the Folder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StoreProcessor(org.apache.james.fetchmail.Account account)
account
- Method Detail |
---|
public void process() throws javax.mail.MessagingException
FolderProcessor
and runs it to process the messages in
the Folder.
process
in class ProcessorAbstract
javax.mail.MessagingException
ProcessorAbstract.process()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |