Uses of Interface
adams.core.net.SendEmail
-
Packages that use SendEmail Package Description adams.core.net adams.flow.sink adams.flow.sink.sendnotification adams.flow.standalone adams.gui.visualization.multiobjectexport -
-
Uses of SendEmail in adams.core.net
Subinterfaces of SendEmail in adams.core.net Modifier and Type Interface Description interfaceInMemorySendEmailInterface for SendEmail schemes that can handle in-memory attachments, i.e., byte arrays.Classes in adams.core.net that implement SendEmail Modifier and Type Class Description classAbstractSendEmailAncestor for classes that can send emails.classApacheSendEmailUses Apache commons-netSMTPClientorSMTPSClientfor sending emails.classJavaMailSendEmailUses JavaMail for sending emails.classSimpleApacheSendEmailUses Apache commons-email for sending emails.Fields in adams.core.net declared as SendEmail Modifier and Type Field Description protected SendEmailSimpleMailer. m_SendEmailfor sending the mail.Methods in adams.core.net that return SendEmail Modifier and Type Method Description static SendEmailEmailHelper. getDefaultSendEmail()Returns the default send email class.SendEmailSimpleMailer. getSendEmail()Returns the send email scheme in use.Methods in adams.core.net with parameters of type SendEmail Modifier and Type Method Description voidSimpleMailer. setSendEmail(SendEmail value)Sets the send email scheme to use. -
Uses of SendEmail in adams.flow.sink
Fields in adams.flow.sink declared as SendEmail Modifier and Type Field Description protected SendEmailSendEmail. m_SendEmailfor sending the emails.Methods in adams.flow.sink that return SendEmail Modifier and Type Method Description SendEmailSendEmail. getSendEmail()Returns the object for sending emails.Methods in adams.flow.sink with parameters of type SendEmail Modifier and Type Method Description voidSendEmail. setSendEmail(SendEmail value)Sets the object for sending emails. -
Uses of SendEmail in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as SendEmail Modifier and Type Field Description protected SendEmailEmail. m_SendEmailfor sending the emails.Methods in adams.flow.sink.sendnotification that return SendEmail Modifier and Type Method Description SendEmailEmail. getSendEmail()Returns the object for sending emails.Methods in adams.flow.sink.sendnotification with parameters of type SendEmail Modifier and Type Method Description voidEmail. setSendEmail(SendEmail value)Sets the object for sending emails. -
Uses of SendEmail in adams.flow.standalone
Methods in adams.flow.standalone with parameters of type SendEmail Modifier and Type Method Description voidSMTPConnection. initializeSmtpSession(SendEmail sendEmail)Initializes the SMTP session with the specified parameters. -
Uses of SendEmail in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as SendEmail Modifier and Type Field Description protected SendEmailEmailExport. m_SendEmailfor sending the emails.Methods in adams.gui.visualization.multiobjectexport that return SendEmail Modifier and Type Method Description SendEmailEmailExport. getSendEmail()Returns the object for sending emails.Methods in adams.gui.visualization.multiobjectexport with parameters of type SendEmail Modifier and Type Method Description voidEmailExport. setSendEmail(SendEmail value)Sets the object for sending emails.
-