Uses of Enum Class
org.apache.activemq.artemis.core.server.ActiveMQServer.SERVER_STATE
Packages that use ActiveMQServer.SERVER_STATE
Package
Description
-
Uses of ActiveMQServer.SERVER_STATE in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ActiveMQServer.SERVER_STATEModifier and TypeMethodDescriptionActiveMQServer.getState()static ActiveMQServer.SERVER_STATEReturns the enum constant of this class with the specified name.static ActiveMQServer.SERVER_STATE[]ActiveMQServer.SERVER_STATE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQServer.SERVER_STATEModifier and TypeMethodDescriptionvoidActiveMQServer.setState(ActiveMQServer.SERVER_STATE state) -
Uses of ActiveMQServer.SERVER_STATE in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return ActiveMQServer.SERVER_STATEMethods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServer.SERVER_STATEModifier and TypeMethodDescriptionvoidActiveMQServerImpl.setState(ActiveMQServer.SERVER_STATE state)