Class WebSitesInstancePreDestruction

java.lang.Object
org.silverpeas.components.websites.WebSitesInstancePreDestruction
All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePreDestruction
Direct Known Subclasses:
BookmarkInstancePreDestruction

@Technical @Bean @Named public class WebSitesInstancePreDestruction extends Object implements org.silverpeas.core.admin.component.ComponentInstancePreDestruction
Deletes all the websites managed by the WebSites instance that is being deleted.
Author:
mmoquillon
  • Constructor Details

    • WebSitesInstancePreDestruction

      public WebSitesInstancePreDestruction()
  • Method Details

    • preDestroy

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