Class JMSConnectionOptions


  • public class JMSConnectionOptions
    extends ConnectionOptions
    This will represent all the possible options you could setup on URLs When parsing the URL this will serve as an intermediate object And it could also be a pl
    • Constructor Detail

      • JMSConnectionOptions

        public JMSConnectionOptions()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • convertCFType

        public static JMSFactoryType convertCFType​(java.lang.String type)