public class

EventsModule

extends AbstractModule
java.lang.Object
   ↳ com.microstrategy.web.app.utils.upgrade.AbstractModule
     ↳ com.microstrategy.web.app.utils.upgrade.EventsModule

Class Overview

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.

Summary

Public Constructors
EventsModule(UpgradeManager manager)
Default constructor.
Public Methods
String getDescription()
String getName()
void run(UpgradeInfo info)
Method triggered to execute the module's upgrade tasks.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.upgrade.AbstractModule
From class java.lang.Object
From interface com.microstrategy.web.app.utils.upgrade.UpgradeModule

Public Constructors

public EventsModule (UpgradeManager manager)

Default constructor. Receives the UpgradeManager instantiating this WebXMLModule.

Public Methods

public String getDescription ()

public String getName ()

public void run (UpgradeInfo info)

Method triggered to execute the module's upgrade tasks.

Parameters
info upgrade information.