Class EventsModule
- java.lang.Object
-
- com.microstrategy.web.app.utils.upgrade.AbstractModule
-
- com.microstrategy.web.app.utils.upgrade.EventsModule
-
- All Implemented Interfaces:
UpgradeModule
public class EventsModule extends AbstractModule
This module is responsible to identify changes from custom event files (that is, those specified by the appBeanEventsFile and the mdBeanEventsFile parameters) and merge them into a single customized events.xml file that will be used by the application.- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description EventsModule(UpgradeManager manager)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()A description of the task the module performs.java.lang.StringgetName()The display name of this module.voidrun(UpgradeInfo info)Method triggered to execute the module's upgrade tasks.-
Methods inherited from class com.microstrategy.web.app.utils.upgrade.AbstractModule
canChangeEnabled, getRelativePath, getUpgradeManager, isEnabled, setEnabled
-
-
-
-
Constructor Detail
-
EventsModule
public EventsModule(UpgradeManager manager)
Default constructor. Receives the UpgradeManager instantiating this WebXMLModule.
-
-
Method Detail
-
run
public void run(UpgradeInfo info) throws UpgradeException
Description copied from class:AbstractModuleMethod triggered to execute the module's upgrade tasks.- Specified by:
runin classAbstractModule- Parameters:
info- upgrade information.- Throws:
UpgradeException- when an unexpected error that prevents the module to cotinue occurs. Other errors should simply be logged.
-
getDescription
public java.lang.String getDescription()
Description copied from interface:UpgradeModuleA description of the task the module performs.
-
getName
public java.lang.String getName()
Description copied from interface:UpgradeModuleThe display name of this module.
-
-