|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSendEmail | |
|---|---|
| adams.core.net | |
| adams.flow.sink | |
| adams.flow.standalone | |
| Uses of AbstractSendEmail in adams.core.net |
|---|
| Subclasses of AbstractSendEmail in adams.core.net | |
|---|---|
class |
ApacheSendEmail
Uses Apache commons-net SMTPClient or SMTPSClient for
sending emails. |
class |
JavaMailSendEmail
Uses JavaMail for sending emails. |
| Fields in adams.core.net declared as AbstractSendEmail | |
|---|---|
protected AbstractSendEmail |
SimpleMailer.m_SendEmail
for sending the mail. |
| Methods in adams.core.net that return AbstractSendEmail | |
|---|---|
static AbstractSendEmail |
EmailHelper.getDefaultSendEmail()
Returns the default send email class. |
AbstractSendEmail |
SimpleMailer.getSendEmail()
Returns the send email scheme in use. |
| Methods in adams.core.net with parameters of type AbstractSendEmail | |
|---|---|
void |
SimpleMailer.setSendEmail(AbstractSendEmail value)
Sets the send email scheme to use. |
| Uses of AbstractSendEmail in adams.flow.sink |
|---|
| Fields in adams.flow.sink declared as AbstractSendEmail | |
|---|---|
protected AbstractSendEmail |
Email.m_SendEmail
Deprecated. for sending the emails. |
protected AbstractSendEmail |
SendEmail.m_SendEmail
for sending the emails. |
| Methods in adams.flow.sink that return AbstractSendEmail | |
|---|---|
AbstractSendEmail |
Email.getSendEmail()
Deprecated. Returns the object for sending emails. |
AbstractSendEmail |
SendEmail.getSendEmail()
Returns the object for sending emails. |
| Methods in adams.flow.sink with parameters of type AbstractSendEmail | |
|---|---|
void |
Email.setSendEmail(AbstractSendEmail value)
Deprecated. Sets the object for sending emails. |
void |
SendEmail.setSendEmail(AbstractSendEmail value)
Sets the object for sending emails. |
| Uses of AbstractSendEmail in adams.flow.standalone |
|---|
| Methods in adams.flow.standalone with parameters of type AbstractSendEmail | |
|---|---|
void |
SMTPConnection.initializeSmtpSession(AbstractSendEmail sendEmail)
Initializes the SMTP session with the specified parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||