Class DataWarningInstancePreDestruction
java.lang.Object
org.silverpeas.components.datawarning.DataWarningInstancePreDestruction
- All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePreDestruction
@Technical
@Bean
@Named
public class DataWarningInstancePreDestruction
extends Object
implements org.silverpeas.core.admin.component.ComponentInstancePreDestruction
Before being deleted, clean up all the resources (data warning, scheduler, query, ...)
used by the instance.
- Author:
- mmoquillon
-
Field Summary
Fields inherited from interface org.silverpeas.core.admin.component.ComponentInstancePreDestruction
NAME_SUFFIX, WORKFLOW_PRE_DESTRUCTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreDestroy(String componentInstanceId) Performs pre destruction tasks in the behalf of the specified DataWarning instance.
-
Constructor Details
-
DataWarningInstancePreDestruction
public DataWarningInstancePreDestruction()
-
-
Method Details
-
preDestroy
Performs pre destruction tasks in the behalf of the specified DataWarning instance.- Specified by:
preDestroyin interfaceorg.silverpeas.core.admin.component.ComponentInstancePreDestruction- Parameters:
componentInstanceId- the unique identifier of the DataWarning instance.
-