public interface DataSourceAlert
The intention is to send email notifications to an administrator (or similar) when these events occur on the DataSource.
| Modifier and Type | Method and Description |
|---|---|
void |
dataSourceDown(String dataSourceName)
Send an alert to say the dataSource is down.
|
void |
dataSourceUp(String dataSourceName)
Send an alert to say the dataSource is back up.
|
void |
dataSourceWarning(String subject,
String msg)
Send an alert to say the dataSource is getting close to its max size.
|
void dataSourceUp(String dataSourceName)
void dataSourceDown(String dataSourceName)
void dataSourceWarning(String subject, String msg)
Copyright © 2018. All rights reserved.