Interface SCModel

    • Method Detail

      • getValues

        Map getValues()
               throws AMConsoleException
        Gets all the attribute values for the service. The service name is defined in the subclass.
        Returns:
        Map of attribute values. Returns the EMPTY_SET if there are no attributes for the service.
        Throws:
        AMConsoleException
      • setValues

        void setValues​(Map modifiedValues)
                throws AMConsoleException
        Sets the specified attribute values in the service configuration. The service name is defined in the subclass. Each attribute passed will be set even if the value has not changed. It is the responsibility of the invoking view bean to pass only those values that are to be set. Each attribute will also cause one log record to be written for each successful set operation.
        Parameters:
        modifiedValues - that will be set in the service configuration data.
        Throws:
        AMConsoleException - on any error condition.