|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.essbase.server.EmailPropertiesLogic
public class EmailPropertiesLogic
EmailPropertiesLogic provides the server logic for sending an an xml document using the
JavaMail
package. Uses EmailLogic to actually send the document
| Constructor Summary | |
|---|---|
EmailPropertiesLogic()Construct the EmailPropertiesLogic object. |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
sendApplicationEmail(EssSession session, java.lang.String serverName, java.lang.String appName, java.lang.String toName, java.lang.String ccName, java.lang.String bccName, java.lang.String subject, java.lang.String msgText, java.lang.String fromName, java.lang.String fromEmail, java.lang.String smtpHost)Send an email of application properties using the |
void |
sendApplicationEmailFAF(java.lang.String processId, EssSession session, java.lang.String serverName, java.lang.String appName, java.lang.String toName, java.lang.String ccName, java.lang.String bccName, java.lang.String subject, java.lang.String msgText, java.lang.String fromName, java.lang.String fromEmail, java.lang.String smtpHost)Send an email of application properties in fire and forget mode |
java.util.ArrayList |
sendDatabaseEmail(EssSession session, java.lang.String serverName, java.lang.String appName, java.lang.String dbName, java.lang.String toName, java.lang.String ccName, java.lang.String bccName, java.lang.String subject, java.lang.String msgText, java.lang.String fromName, java.lang.String fromEmail, java.lang.String smtpHost)Send an email of database properties using the |
void |
sendDatabaseEmailFAF(java.lang.String processId, EssSession session, java.lang.String serverName, java.lang.String appName, java.lang.String dbName, java.lang.String toName, java.lang.String ccName, java.lang.String bccName, java.lang.String subject, java.lang.String msgText, java.lang.String fromName, java.lang.String fromEmail, java.lang.String smtpHost)Send database email in Fire and Forget mode |
java.util.ArrayList |
sendServerEmail(EssSession session, java.lang.String serverName, java.lang.String toName, java.lang.String ccName, java.lang.String bccName, java.lang.String subject, java.lang.String msgText, java.lang.String fromName, java.lang.String fromEmail, java.lang.String smtpHost)Send an email of server properties using the |
void |
sendServerEmailFAF(java.lang.String processId, EssSession session, java.lang.String serverName, java.lang.String toName, java.lang.String ccName, java.lang.String bccName, java.lang.String subject, java.lang.String msgText, java.lang.String fromName, java.lang.String fromEmail, java.lang.String smtpHost)Send an email of server properties in fire and forget mode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailPropertiesLogic()
| Method Detail |
|---|
public void sendServerEmailFAF(java.lang.String processId,
EssSession session,
java.lang.String serverName,
java.lang.String toName,
java.lang.String ccName,
java.lang.String bccName,
java.lang.String subject,
java.lang.String msgText,
java.lang.String fromName,
java.lang.String fromEmail,
java.lang.String smtpHost)
throws java.lang.Exception
process - id the process id for fire and forgetsession - the EssbaseSessionserverName - the Essbase servertoName - the address(es) to send the document toccName - the address(es) to CC the document tobccName - the address(es) to BCC the document tosubject - the subject of the messagefromName - the display or personal name of the senderfromEmail - the sender's email addresssmtpHost - the smtpHost to use to send the messagejava.lang.Exception
public java.util.ArrayList sendServerEmail(EssSession session,
java.lang.String serverName,
java.lang.String toName,
java.lang.String ccName,
java.lang.String bccName,
java.lang.String subject,
java.lang.String msgText,
java.lang.String fromName,
java.lang.String fromEmail,
java.lang.String smtpHost)
JavaMail
package.session - the EssbaseSessionserverName - the Essbase servertoName - the address(es) to send the document toccName - the address(es) to CC the document tobccName - the address(es) to BCC the document tosubject - the subject of the messagemsgText - a messagefromName - the personal name of the senderfromEmail - the email address of the sendersmtpHost - the smtpHost to use to send the message
public void sendApplicationEmailFAF(java.lang.String processId,
EssSession session,
java.lang.String serverName,
java.lang.String appName,
java.lang.String toName,
java.lang.String ccName,
java.lang.String bccName,
java.lang.String subject,
java.lang.String msgText,
java.lang.String fromName,
java.lang.String fromEmail,
java.lang.String smtpHost)
throws java.lang.Exception
processId - the fire and forget process idsession - the EssbaseSessionserverName - the Essbase serverappName - the Essbase applicationtoName - the address(es) to send the document toccName - the address(es) to CC the document tobccName - the address(es) to BCC the document tosubject - the subject of the messagefromName - the name of the senderfromEmail - the email address of the sendersmtpHost - the smtpHost to use to send the messagejava.lang.Exceptioncom.essbase.eas.essbase.server.EmailLogic#sendApplicationProperties
public java.util.ArrayList sendApplicationEmail(EssSession session,
java.lang.String serverName,
java.lang.String appName,
java.lang.String toName,
java.lang.String ccName,
java.lang.String bccName,
java.lang.String subject,
java.lang.String msgText,
java.lang.String fromName,
java.lang.String fromEmail,
java.lang.String smtpHost)
JavaMail
package.session - the EssbaseSessionserverName - the Essbase serverappName - the Essbase applicationtoName - the address(es) to send the document toccName - the address(es) to CC the document tobccName - the address(es) to BCC the document tosubject - the subject of the messagemsgText - the text messagefromName - the name of the sender of the documentfromEmail - the email address of the sendersmtpHost - the smtpHost to use to send the message
public void sendDatabaseEmailFAF(java.lang.String processId,
EssSession session,
java.lang.String serverName,
java.lang.String appName,
java.lang.String dbName,
java.lang.String toName,
java.lang.String ccName,
java.lang.String bccName,
java.lang.String subject,
java.lang.String msgText,
java.lang.String fromName,
java.lang.String fromEmail,
java.lang.String smtpHost)
throws java.lang.Exception
processId - process id for fire and forgetsession - the EssbaseSessionserverName - the Essbase serverappName - the Essbase applicationdbName - the Essbase databasetoName - the address(es) to send the document toccName - the address(es) to CC the document tobccName - the address(es) to BCC the document tosubject - the subject of the messagefromName - the address of the sender of the documentfromEmail - the email address of the sendersmtpHost - the smtpHost to use to send the messagejava.lang.Exception
public java.util.ArrayList sendDatabaseEmail(EssSession session,
java.lang.String serverName,
java.lang.String appName,
java.lang.String dbName,
java.lang.String toName,
java.lang.String ccName,
java.lang.String bccName,
java.lang.String subject,
java.lang.String msgText,
java.lang.String fromName,
java.lang.String fromEmail,
java.lang.String smtpHost)
JavaMail
package.session - the EssbaseSessionserverName - the Essbase serverappName - the Essbase applicationdbName - the Essbase databasetoName - the address(es) to send the document toccName - the address(es) to CC the document tobccName - the address(es) to BCC the document tosubject - the subject of the messagemsgText - message textfromName - the address of the sender of the documentfromEmail - the email address of the sendersmtpHost - the smtpHost to use to send the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||