|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
java.util.Date |
getDateQueued()
The date this mail item was queued. |
int |
getSendCount()
Returns this number of this mail item has been sent |
java.lang.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. |
Methods inherited from interface com.atlassian.core.task.Task |
---|
execute |
Method Detail |
---|
void send() throws MailException
MailException
java.lang.String getSubject()
java.util.Date getDateQueued()
int getSendCount()
boolean hasError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |