com.atlassian.confluence.mail
Class DefaultMailQueueManager

java.lang.Object
  extended by com.atlassian.confluence.mail.DefaultMailQueueManager
All Implemented Interfaces:
MailQueueManager

public class DefaultMailQueueManager
extends java.lang.Object
implements MailQueueManager


Constructor Summary
DefaultMailQueueManager(com.atlassian.core.task.TaskQueueWithErrorQueue queue)
           
 
Method Summary
 void flushQueue()
          Attempt to send any queued outgoing mail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMailQueueManager

public DefaultMailQueueManager(com.atlassian.core.task.TaskQueueWithErrorQueue queue)
Method Detail

flushQueue

public void flushQueue()
Description copied from interface: MailQueueManager
Attempt to send any queued outgoing mail. This method will block until every mail in the outgoing queue has been processed.

Specified by:
flushQueue in interface MailQueueManager


Copyright © 2003-2014 Atlassian. All Rights Reserved.