Package | Description |
---|---|
org.apache.activemq.artemis.core.server | |
org.apache.activemq.artemis.core.server.files | |
org.apache.activemq.artemis.core.server.reload |
Modifier and Type | Class and Description |
---|---|
class |
NetworkHealthCheck
This will use
InetAddress.isReachable(int) to determine if the network is alive. |
Modifier and Type | Method and Description |
---|---|
ActiveMQScheduledComponent |
ActiveMQScheduledComponent.setInitialDelay(long initialDelay) |
ActiveMQScheduledComponent |
ActiveMQScheduledComponent.setInitialDelayAndPeriod(long initialDelay,
long period)
Useful to change a running schedule and avoid multiple restarts.
|
ActiveMQScheduledComponent |
ActiveMQScheduledComponent.setInitialDelayAndPeriod(long initialDelay,
long period,
TimeUnit timeUnit)
Useful to change a running schedule and avoid multiple restarts.
|
ActiveMQScheduledComponent |
ActiveMQScheduledComponent.setPeriod(long period) |
ActiveMQScheduledComponent |
ActiveMQScheduledComponent.setPeriod(long period,
TimeUnit unit) |
ActiveMQScheduledComponent |
ActiveMQScheduledComponent.setTimeUnit(TimeUnit timeUnit) |
Modifier and Type | Class and Description |
---|---|
class |
FileStoreMonitor
This will keep a list of fileStores.
|
Modifier and Type | Class and Description |
---|---|
class |
ReloadManagerImpl |
Copyright © 2019 JBoss by Red Hat. All rights reserved.