Interface IssueAlertsMXBean
- All Known Implementing Classes:
IssueAlerts
public interface IssueAlertsMXBean
MX Bean that exposes alert counts for a given
Issue since the JVM was started-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()voidreset()Clears thecountandlatestAlertTimestamps
-
Method Details
-
getComponent
- Returns:
- the
componentthe issue is defined for
-
getCount
long getCount()- Returns:
- the number of alerts for the issue since the JVM was started
-
getDescription
- Returns:
- the issue's description
-
getLatestAlertTimestamp
- Returns:
- the timestamp of the most recent alert
-
getSeverity
- Returns:
- the issue's severity
-
reset
void reset()Clears thecountandlatestAlertTimestamps
-