|
Jive Forums API (5.5.20.2-oracle) Developer 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()
Notifies the manager to release any resources that may be holding on too. |
void |
drainEmailQueue(java.util.List messagesToPopulate)
|
static EmailManager |
getEmailManager()
Used to acquire an instance of EmailManager. |
void |
initialize()
Initialize the manager. |
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()
JiveManager
This method is used internally by Jive during application startup and should not be called during normal usage of the class.
initialize
in interface JiveManager
public void destroy()
JiveManager
destroy
in interface 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 |