|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface MailQueue.MailQueueItem
| Method Summary | |
|---|---|
void |
done(boolean success)
Callback which MUST get called after the operation on the dequeued Mail was complete. |
org.apache.mailet.Mail |
getMail()
Return the dequeued Mail |
| Method Detail |
|---|
org.apache.mailet.Mail getMail()
Mail
void done(boolean success)
throws MailQueue.MailQueueException
Mail was complete.
This is mostly used to either commit a transaction or rollback.
success -
MailQueue.MailQueueException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||