Package lumis.portal.monitor.impl
Class FillProjectIdInEventDataPostUpgradeTask
- java.lang.Object
-
- lumis.portal.monitor.impl.FillProjectIdInEventDataPostUpgradeTask
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class FillProjectIdInEventDataPostUpgradeTask extends Object implements IQueueTask
Class responsible for filing lum_event.projectId in the event data.- Since:
- 12.4.0
- Version:
- $Revision: 24460 $ $Date: 2021-04-19 11:22:08 -0300 (Mon, 19 Apr 2021) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FillProjectIdInEventDataPostUpgradeTask()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Method to be called by queue processor in order to process queue item.static void
schedule()
Schedule execution.
-
-
-
Method Detail
-
run
public void run() throws PortalException
Description copied from interface:IQueueTask
Method to be called by queue processor in order to process queue item.- Specified by:
run
in interfaceIQueueTask
- Throws:
PortalException
-
schedule
public static final void schedule() throws PortalException
Schedule execution.- Throws:
PortalException
- Since:
- 12.4.0
-
-