|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface AlertTransportInterface
The AlertTransportInterface provides common behavior for delivery transports when sending alert notification messages. An alert delivery transport is a method of delivering an alert notification. How the notification is delivered is transport-specific.
| Method Summary | |
|---|---|
abstract org.apache.logging.log4j.Logger |
getLogger()
Deprecated. The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service logger. |
abstract void |
send(TemplateInterface template)
Send the alert notification. |
abstract void |
setLogger(org.apache.logging.log4j.Logger logger)
Deprecated. The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service logger. |
| Method Detail |
|---|
void send(TemplateInterface template)
throws TransportException,
java.lang.IllegalArgumentException
template - The template.
TransportException - If an error occurs sending the alert
notification.
java.lang.IllegalArgumentException - If a null template is
specified.void setLogger(org.apache.logging.log4j.Logger logger)
logger - The logger.org.apache.logging.log4j.Logger getLogger()
Logger The logger that is being used by
the publish services for logging purposes.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||