Package lumis.upgrade

Class RegisterServiceStepHandler

  • All Implemented Interfaces:
    IStepHandler

    public class RegisterServiceStepHandler
    extends java.lang.Object
    implements IStepHandler
    Registers a service. The service install path should be in a 'path' element inside the step node of this step.
    Since:
    4.0.4
    Version:
    $Revision: 6251 $ $Date: 2007-03-27 10:49:29 -0300 (Tue, 27 Mar 2007) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Node executeStep​(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
      Executes a step in the upgrade process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegisterServiceStepHandler

        public RegisterServiceStepHandler()
    • Method Detail

      • executeStep

        public org.w3c.dom.Node executeStep​(SessionConfig sessionConfig,
                                            org.w3c.dom.Node stepNode,
                                            ITransaction transaction)
                                     throws PortalException
        Description copied from interface: IStepHandler
        Executes a step in the upgrade process.
        Specified by:
        executeStep in interface IStepHandler
        Parameters:
        sessionConfig - the user session information.
        stepNode - the xml step definition node.
        transaction - the transaction for persistence access.
        Returns:
        the response xml node.
        Throws:
        PortalException - if it was not possible to execute the step.