Uses of Class
org.apache.activemq.artemis.jms.server.management.JMSNotificationType
-
Packages that use JMSNotificationType Package Description org.apache.activemq.artemis.jms.server.management -
-
Uses of JMSNotificationType in org.apache.activemq.artemis.jms.server.management
Methods in org.apache.activemq.artemis.jms.server.management that return JMSNotificationType Modifier and Type Method Description static JMSNotificationType
JMSNotificationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JMSNotificationType[]
JMSNotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-