com.atlassian.mail.queue
Interface MailQueueItem

All Known Implementing Classes:
AbstractMailQueueItem, SingleMailQueueItem

public interface MailQueueItem

Created by IntelliJ IDEA. User: Mike Cannon-Brookes Date: Jan 22, 2003 Time: 12:55:18 AM To change this template use Options | File Templates.


Method Summary
 Date getDateQueued()
          The date this mail item was queued.
 int getSendCount()
          Returns this number of this mail item has been sent
 String getSubject()
          The subject of the queued mail item.
 boolean hasError()
          Return if this mail queue has had an error
 void send()
          Force the underlying mail to be sent.
 

Method Detail

send

void send()
          throws MailException
Force the underlying mail to be sent.

Throws:
MailException

getSubject

String getSubject()
The subject of the queued mail item.


getDateQueued

Date getDateQueued()
The date this mail item was queued.


getSendCount

int getSendCount()
Returns this number of this mail item has been sent


hasError

boolean hasError()
Return if this mail queue has had an error



Atlassian Mail is developed by Atlassian Software Systems.