Package lumis.portal.monitor.impl
Class PageViewEventUpdateTask
- java.lang.Object
-
- lumis.portal.monitor.impl.PageViewEventUpdateTask
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class PageViewEventUpdateTask extends Object implements IQueueTask
Task that upgrades the monitor page view event data removing the duration data.- Since:
- 12.0.0
- Version:
- $Revision: 24260 $ $Date: 2020-12-02 19:10:55 -0300 (Wed, 02 Dec 2020) $
- See Also:
- Serialized Form
-
-
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()
Schedules the execution of task that upgrades page view event data.
-
-
-
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 void schedule() throws PortalException
Schedules the execution of task that upgrades page view event data.- Throws:
PortalException
- if the task could not be scheduled.- Since:
- 12.0.0
-
-