Uses of Class
org.apache.activemq.artemis.core.server.ActiveMQServer.SERVER_STATE
-
Packages that use ActiveMQServer.SERVER_STATE Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of ActiveMQServer.SERVER_STATE in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ActiveMQServer.SERVER_STATE Modifier and Type Method Description ActiveMQServer.SERVER_STATEActiveMQServer. getState()static ActiveMQServer.SERVER_STATEActiveMQServer.SERVER_STATE. valueOf(String name)Returns the enum constant of this type with the specified name.static ActiveMQServer.SERVER_STATE[]ActiveMQServer.SERVER_STATE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQServer.SERVER_STATE Modifier and Type Method Description voidActiveMQServer. 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_STATE Modifier and Type Method Description ActiveMQServer.SERVER_STATEActiveMQServerImpl. getState()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServer.SERVER_STATE Modifier and Type Method Description voidActiveMQServerImpl. setState(ActiveMQServer.SERVER_STATE state)
-