Class JMSConnectionFactory

    • Field Detail

      • description

        protected TextMap description
      • maxPoolSize

        protected Integer maxPoolSize
      • minPoolSize

        protected Integer minPoolSize
      • className

        protected String className
      • interfaceName

        protected String interfaceName
      • resourceAdapter

        protected String resourceAdapter
      • password

        protected String password
      • clientId

        protected String clientId
      • transactional

        protected boolean transactional
    • Constructor Detail

      • JMSConnectionFactory

        public JMSConnectionFactory()
    • Method Detail

      • getDescriptions

        public Text[] getDescriptions()
      • isTransactional

        public boolean isTransactional()
      • setTransactional

        public void setTransactional​(boolean transactional)
      • getUser

        public String getUser()
      • setUser

        public void setUser​(String user)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getResourceAdapter

        public String getResourceAdapter()
      • setResourceAdapter

        public void setResourceAdapter​(String resourceAdapter)
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • getInterfaceName

        public String getInterfaceName()
      • setInterfaceName

        public void setInterfaceName​(String interfaceName)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getMaxPoolSize

        public Integer getMaxPoolSize()
      • setMaxPoolSize

        public void setMaxPoolSize​(Integer maxPoolSize)
      • getMinPoolSize

        public Integer getMinPoolSize()
      • setMinPoolSize

        public void setMinPoolSize​(Integer minPoolSize)
      • getId

        public String getId()
      • setId

        public void setId​(String value)
      • getKey

        public String getKey()
        Description copied from interface: Keyable
        Gets the immutable key for this object.
        Specified by:
        getKey in interface Keyable<String>
        Returns:
        gets the immutable key for this object