Class ProcessManagerInstancePreDestruction

  • All Implemented Interfaces:
    org.silverpeas.core.admin.component.ComponentInstancePreDestruction

    @Named("processManagerInstancePreDestruction")
    public class ProcessManagerInstancePreDestruction
    extends Object
    implements org.silverpeas.core.admin.component.ComponentInstancePreDestruction
    Removes all the process instances defined for the ProcessManager instance that is being deleted.
    Author:
    mmoquillon
    • Constructor Detail

      • ProcessManagerInstancePreDestruction

        public ProcessManagerInstancePreDestruction()
    • Method Detail

      • preDestroy

        public void preDestroy​(String componentInstanceId)
        Performs pre destruction tasks in the behalf of the specified ProcessManager instance.
        Specified by:
        preDestroy in interface org.silverpeas.core.admin.component.ComponentInstancePreDestruction
        Parameters:
        componentInstanceId - the unique identifier of the ProcessManager instance.