|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.base.EmailManager
public class EmailManager
Provides ability to send email messages.
Instacnes of this class can be acquired via the factory methodgetEmailManager()
EmailMessage
Method Summary | |
---|---|
void |
destroy()
|
void |
drainEmailQueue(java.util.List messagesToPopulate)
|
static EmailManager |
getEmailManager()
Used to acquire an instance of EmailManager. |
void |
initialize()
|
void |
send(EmailMessage message)
Used to send an email message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void send(EmailMessage message)
message
- message to be sentpublic static EmailManager getEmailManager()
public void initialize()
initialize
in interface com.jivesoftware.base.JiveManager
public void destroy()
destroy
in interface com.jivesoftware.base.JiveManager
public void drainEmailQueue(java.util.List messagesToPopulate)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |