Class Service

    • Constructor Detail

      • Service

        public Service()
        Instantiates a service.
    • Method Detail

      • setOption

        public void setOption​(String optionName,
                              String optionValue,
                              boolean bCritical)
        Sets an option.
        Parameters:
        optionName - the name of the option.
        optionValue - the value of the option.
        bCritical - disallow further modification of this option.