Uses of Class
org.apache.james.queue.api.MailQueue.MailQueueException

Uses of MailQueue.MailQueueException in org.apache.james.queue.api
 

Methods in org.apache.james.queue.api that throw MailQueue.MailQueueException
 MailQueue.MailQueueItem MailQueue.deQueue()
          Dequeue the next ready-to-process Mail of the queue.
 void MailQueue.MailQueueItem.done(boolean success)
          Callback which MUST get called after the operation on the dequeued Mail was complete.
 void MailQueue.enQueue(org.apache.mailet.Mail mail)
          Enqueue the Mail to the queue
 void MailQueue.enQueue(org.apache.mailet.Mail mail, long delay, java.util.concurrent.TimeUnit unit)
          Enqueue the Mail to the queue.
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.