Uses of Class
adams.core.net.AbstractSendEmail
-
Packages that use AbstractSendEmail Package Description adams.core.net adams.flow.sink adams.flow.sink.sendnotification adams.flow.standalone adams.gui.visualization.multiobjectexport -
-
Uses of AbstractSendEmail in adams.core.net
Subclasses of AbstractSendEmail in adams.core.net Modifier and Type Class Description class
ApacheSendEmail
Uses Apache commons-netSMTPClient
orSMTPSClient
for sending emails.class
JavaMailSendEmail
Uses JavaMail for sending emails.class
SimpleApacheSendEmail
Uses Apache commons-email for sending emails.Fields in adams.core.net declared as AbstractSendEmail Modifier and Type Field Description protected AbstractSendEmail
SimpleMailer. m_SendEmail
for sending the mail.Methods in adams.core.net that return AbstractSendEmail Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected AbstractSendEmail
SendEmail. m_SendEmail
for sending the emails.Methods in adams.flow.sink that return AbstractSendEmail Modifier and Type Method Description AbstractSendEmail
SendEmail. getSendEmail()
Returns the object for sending emails.Methods in adams.flow.sink with parameters of type AbstractSendEmail Modifier and Type Method Description void
SendEmail. setSendEmail(AbstractSendEmail value)
Sets the object for sending emails. -
Uses of AbstractSendEmail in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as AbstractSendEmail Modifier and Type Field Description protected AbstractSendEmail
Email. m_SendEmail
for sending the emails.Methods in adams.flow.sink.sendnotification that return AbstractSendEmail Modifier and Type Method Description AbstractSendEmail
Email. getSendEmail()
Returns the object for sending emails.Methods in adams.flow.sink.sendnotification with parameters of type AbstractSendEmail Modifier and Type Method Description void
Email. 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 Modifier and Type Method Description void
SMTPConnection. initializeSmtpSession(AbstractSendEmail sendEmail)
Initializes the SMTP session with the specified parameters. -
Uses of AbstractSendEmail in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as AbstractSendEmail Modifier and Type Field Description protected AbstractSendEmail
EmailExport. m_SendEmail
for sending the emails.Methods in adams.gui.visualization.multiobjectexport that return AbstractSendEmail Modifier and Type Method Description AbstractSendEmail
EmailExport. getSendEmail()
Returns the object for sending emails.Methods in adams.gui.visualization.multiobjectexport with parameters of type AbstractSendEmail Modifier and Type Method Description void
EmailExport. setSendEmail(AbstractSendEmail value)
Sets the object for sending emails.
-