Uses of Class
org.apache.qpid.jms.sasl.Mechanism.PRIORITY
-
Packages that use Mechanism.PRIORITY Package Description org.apache.qpid.jms.sasl -
-
Uses of Mechanism.PRIORITY in org.apache.qpid.jms.sasl
Methods in org.apache.qpid.jms.sasl that return Mechanism.PRIORITY Modifier and Type Method Description static Mechanism.PRIORITYMechanism.PRIORITY. valueOf(String name)Returns the enum constant of this type with the specified name.static Mechanism.PRIORITY[]Mechanism.PRIORITY. values()Returns an array containing the constants of this enum type, in the order they are declared.
-