Class ServerConfigurationProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ServerConfigurationProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process action handler for the server configuration actions.
    Since:
    7.1.0
    Version:
    $Revision: 17497 $ $Date: 2015-07-02 13:08:42 -0300 (Thu, 02 Jul 2015) $
    • Constructor Detail

      • ServerConfigurationProcessActionHandler

        public ServerConfigurationProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException
      • processUpdateConfigurations

        protected void processUpdateConfigurations()
                                            throws PortalException
        Update configurations.
        Throws:
        PortalException - if any error occurs during the process.
        Since:
        7.1.0
      • processDeleteConfigurations

        protected void processDeleteConfigurations()
                                            throws PortalException
        Delete configurations.
        Throws:
        PortalException - if any error occurs during the process.
        Since:
        7.1.0