com.atlassian.mail.queue
Class SingleMailQueueItem

java.lang.Object
  extended bycom.atlassian.mail.queue.AbstractMailQueueItem
      extended bycom.atlassian.mail.queue.SingleMailQueueItem
All Implemented Interfaces:
MailQueueItem, java.io.Serializable, com.atlassian.core.task.Task

public class SingleMailQueueItem
extends AbstractMailQueueItem

Created by IntelliJ IDEA. User: Owen Date: 21/05/2003k Time: 17:58:57 To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.mail.queue.AbstractMailQueueItem
mailThreader
 
Constructor Summary
SingleMailQueueItem(Email email)
           
 
Method Summary
 void send()
          Force the underlying mail to be sent.
 java.lang.String toString()
           
 
Methods inherited from class com.atlassian.mail.queue.AbstractMailQueueItem
execute, getDateQueued, getSendCount, getSubject, hasError, incrementSendCount, setMailThreader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleMailQueueItem

public SingleMailQueueItem(Email email)
Method Detail

send

public void send()
          throws MailException
Description copied from interface: MailQueueItem
Force the underlying mail to be sent.

Throws:
MailException

toString

public java.lang.String toString()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.