Interface AdminAlertMBean
public interface AdminAlertMBean
-
Field Summary
Fields -
Method Summary
-
Field Details
-
OBJECT_NAME
- See Also:
-
-
Method Details
-
getAlerts
Retrieves all the currently active alerts- Returns:
- A List of Maps. Each map represents one alert.
-
dismissAlert
Dismiss an active alert- Parameters:
id- The id of the alert to dismiss
-