Class ClusterProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ClusterProcessActionHandler
    extends ProcessActionHandler<Source>
    Process action handler for the cluster administration actions.
    Since:
    4.1.0
    Version:
    $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
    • Field Detail

      • TYPE_UPDATE_CLUSTER_CONFIG

        public static final String TYPE_UPDATE_CLUSTER_CONFIG
        Type that indicates the action is to update the cluster configuration.
        Since:
        4.1.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClusterProcessActionHandler

        public ClusterProcessActionHandler()
    • 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