Uses of Interface
com.sas.services.publish.alerts.AlertTransportInterface
Packages that use AlertTransportInterface
-
Uses of AlertTransportInterface in com.sas.services.publish.alerts
Subinterfaces of AlertTransportInterface in com.sas.services.publish.alertsModifier and TypeInterfaceDescriptioninterfaceThe DAVAlertTransportInterface provides common behavior for WebDAV delivery transports when sending alert notification messages.interfaceThe MailAlertTransportInterface provides common behavior for mail delivery transports when sending alert notification messages.Methods in com.sas.services.publish.alerts that return AlertTransportInterfaceModifier and TypeMethodDescriptionAlertNotification.getTransport()Return the delivery transport.Constructors in com.sas.services.publish.alerts with parameters of type AlertTransportInterfaceModifierConstructorDescriptionAlertNotification(AlertTransportInterface transport, TemplateInterface template) Create an instance of the alert notification wrapper class.