Class IssueAlerts
java.lang.Object
com.atlassian.diagnostics.internal.jmx.IssueAlerts
- All Implemented Interfaces:
IssueAlertsMXBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()voidreset()Clears thecountandlatestAlertTimestamps
-
Constructor Details
-
IssueAlerts
-
-
Method Details
-
getComponent
- Specified by:
getComponentin interfaceIssueAlertsMXBean- Returns:
- the
componentthe issue is defined for
-
getCount
public long getCount()- Specified by:
getCountin interfaceIssueAlertsMXBean- Returns:
- the number of alerts for the issue since the JVM was started
-
getDescription
- Specified by:
getDescriptionin interfaceIssueAlertsMXBean- Returns:
- the issue's description
-
getLatestAlertTimestamp
- Specified by:
getLatestAlertTimestampin interfaceIssueAlertsMXBean- Returns:
- the timestamp of the most recent alert
-
getSeverity
- Specified by:
getSeverityin interfaceIssueAlertsMXBean- Returns:
- the issue's severity
-
reset
public void reset()Description copied from interface:IssueAlertsMXBeanClears thecountandlatestAlertTimestamps- Specified by:
resetin interfaceIssueAlertsMXBean
-