Uses of Class
org.apache.webbeans.jms.JMSModel.JMSType
-
Packages that use JMSModel.JMSType Package Description org.apache.webbeans.jms -
-
Uses of JMSModel.JMSType in org.apache.webbeans.jms
Methods in org.apache.webbeans.jms that return JMSModel.JMSType Modifier and Type Method Description JMSModel.JMSTypeJMSModel. getJmsType()static JMSModel.JMSTypeJMSModel.JMSType. valueOf(String name)Returns the enum constant of this type with the specified name.static JMSModel.JMSType[]JMSModel.JMSType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.webbeans.jms with parameters of type JMSModel.JMSType Constructor Description JMSModel(JMSModel.JMSType jmsType, String jndiName, String mappedName)
-