|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
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 | |
|---|---|
LoggerInterface |
getLogger()
Deprecated. The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service logger. |
void |
send(TemplateInterface template)
Send the alert notification. |
void |
setLogger(LoggerInterface 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(LoggerInterface logger)
logger - The logger.LoggerInterface getLogger()
LoggerInterface 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 | |||||||||||||