Uses of Class
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
-
-
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) -
Uses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.files
Subclasses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.files Modifier and Type Class Description classFileStoreMonitorThis will keep a list of fileStores. -
Uses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.impl
Subclasses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.impl Modifier and Type Class Description classFileLockNodeManager.MonitorLock -
Uses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.reload
Subclasses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.reload Modifier and Type Class Description classReloadManagerImpl -
Uses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.routing.targets
Subclasses of ActiveMQScheduledComponent in org.apache.activemq.artemis.core.server.routing.targets Modifier and Type Class Description classTargetMonitor
-