com.atlassian.mail.queue
Class SingleMailQueueItem

java.lang.Object
  extended by com.atlassian.mail.queue.AbstractMailQueueItem
      extended by com.atlassian.mail.queue.SingleMailQueueItem
All Implemented Interfaces:
MailQueueItem

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.


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.
 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 String toString()
Overrides:
toString in class Object


Atlassian Mail is developed by Atlassian Software Systems.