Uses of Interface
com.netscape.certsrv.notification.IMailNotification
-
Packages that use IMailNotification Package Description com.netscape.certsrv.apps com.netscape.cms.notification -
-
Uses of IMailNotification in com.netscape.certsrv.apps
Methods in com.netscape.certsrv.apps that return IMailNotification Modifier and Type Method Description static IMailNotification
CMS. getMailNotification()
Retrieves the email notification handler.IMailNotification
ICMSEngine. getMailNotification()
Retrieves the email notification handler. -
Uses of IMailNotification in com.netscape.cms.notification
Classes in com.netscape.cms.notification that implement IMailNotification Modifier and Type Class Description class
MailNotification
This class handles mail notification via SMTP.
-