Class BaseConfig

    • Field Detail

      • jndiName

        protected String jndiName
      • contextInfo

        protected String contextInfo
      • contextInfoEnabled

        protected String contextInfoEnabled
    • Constructor Detail

      • BaseConfig

        public BaseConfig​(String jndiName,
                          String contextInfo,
                          String contextInfoEnabled)
    • Method Detail

      • parseInt

        public int parseInt​(String strValue,
                            int defaultValue)
      • parseLong

        public long parseLong​(String strValue,
                              long defaultValue)
      • getJndiName

        public String getJndiName()
      • getContextInfo

        public String getContextInfo()
      • getContextInfoEnabled

        public String getContextInfoEnabled()
      • isContextInfoEnabledBoolean

        public boolean isContextInfoEnabledBoolean()