Uses of Class
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
-
Packages that use ActiveMQScheduledComponent Package Description org.apache.activemq.artemis.core.server -
-
Uses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server
Subclasses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server Modifier and Type Class Description classNetworkHealthCheckThis will useInetAddress.isReachable(int)to determine if the network is alive.Methods in org.apache.activemq.artemis.core.server that return ActiveMQScheduledComponent Modifier and Type Method Description ActiveMQScheduledComponentActiveMQScheduledComponent. setInitialDelay(long initialDelay)ActiveMQScheduledComponentActiveMQScheduledComponent. setInitialDelayAndPeriod(long initialDelay, long period)Useful to change a running schedule and avoid multiple restarts.ActiveMQScheduledComponentActiveMQScheduledComponent. setInitialDelayAndPeriod(long initialDelay, long period, TimeUnit timeUnit)Useful to change a running schedule and avoid multiple restarts.ActiveMQScheduledComponentActiveMQScheduledComponent. setPeriod(long period)ActiveMQScheduledComponentActiveMQScheduledComponent. setPeriod(long period, TimeUnit unit)ActiveMQScheduledComponentActiveMQScheduledComponent. setTimeUnit(TimeUnit timeUnit)
-