Uses of Interface
org.apache.activemq.artemis.core.server.ActiveMQComponent
-
Packages that use ActiveMQComponent Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.utils.critical -
-
Uses of ActiveMQComponent in org.apache.activemq.artemis.core.server
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceServiceComponentA Component that needs to know the stop reason.Classes in org.apache.activemq.artemis.core.server that implement ActiveMQComponent Modifier and Type Class Description classActiveMQScheduledComponentThis is for components with a scheduled at a fixed rate.classNetworkHealthCheckThis will useInetAddress.isReachable(int)to determine if the network is alive.Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQComponent Modifier and Type Method Description NetworkHealthCheckNetworkHealthCheck. addComponent(ActiveMQComponent component) -
Uses of ActiveMQComponent in org.apache.activemq.artemis.utils.critical
Subinterfaces of ActiveMQComponent in org.apache.activemq.artemis.utils.critical Modifier and Type Interface Description interfaceCriticalAnalyzerClasses in org.apache.activemq.artemis.utils.critical that implement ActiveMQComponent Modifier and Type Class Description classCriticalAnalyzerImplclassEmptyCriticalAnalyzer
-