|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateInterface | |
---|---|
com.sas.services.publish.alerts | Publish service alerts. |
Uses of TemplateInterface in com.sas.services.publish.alerts |
---|
Methods in com.sas.services.publish.alerts that return TemplateInterface | |
---|---|
static TemplateInterface |
TemplateFactory.getDAVTemplate(java.lang.String path,
java.lang.String user,
java.lang.String password)
Creates an instance of a template that can be accessed on a WebDAV server. |
static TemplateInterface |
TemplateFactory.getDAVTemplate(java.net.URL url,
java.lang.String user,
java.lang.String password)
Creates an instance of a template that can be accessed on a WebDAV server. |
static TemplateInterface |
TemplateFactory.getFileTemplate(java.lang.String path)
Create an instance of template that can be accessed by a file-system path. |
static TemplateInterface |
TemplateFactory.getURLTemplate(java.lang.String path)
Creates an instance of a template that can be accessed by a URL. |
static TemplateInterface |
TemplateFactory.getURLTemplate(java.net.URL url)
Creates an instance of a template that can be accessed by a URL. |
Methods in com.sas.services.publish.alerts with parameters of type TemplateInterface | |
---|---|
void |
AlertTransportInterface.send(TemplateInterface template)
Send the alert notification. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |