Uses of Interface
org.apache.activemq.artemis.utils.critical.CriticalComponent
-
Packages that use CriticalComponent Package Description org.apache.activemq.artemis.utils.critical -
-
Uses of CriticalComponent in org.apache.activemq.artemis.utils.critical
Classes in org.apache.activemq.artemis.utils.critical that implement CriticalComponent Modifier and Type Class Description classCriticalComponentImplThis is not abstract as it could be used through aggregations or extensions.Methods in org.apache.activemq.artemis.utils.critical with parameters of type CriticalComponent Modifier and Type Method Description voidCriticalAnalyzer. add(CriticalComponent component)voidCriticalAnalyzerImpl. add(CriticalComponent component)voidEmptyCriticalAnalyzer. add(CriticalComponent component)protected voidCriticalAnalyzerImpl. fireActions(CriticalComponent component)voidCriticalAnalyzer. remove(CriticalComponent component)voidCriticalAnalyzerImpl. remove(CriticalComponent component)voidEmptyCriticalAnalyzer. remove(CriticalComponent component)voidCriticalAction. run(CriticalComponent failedComponent)Constructors in org.apache.activemq.artemis.utils.critical with parameters of type CriticalComponent Constructor Description CriticalMeasure(CriticalComponent component, int id)
-