Skip navigation links

Package lumis.portal.monitor

Defines classes and interfaces for monitoring data and collecting statistics.

See: Description

Package lumis.portal.monitor Description

Defines classes and interfaces for monitoring data and collecting statistics.

To monitor data, you must define an event to be monitored. An event is specified by the IEvent interface. You may organize your events by assigning them to a category.

Data collected are stored in a statistical form. Groups of data collected are consolidated and generate a single statistics for each measure collected. Each one of these groups is called EventData. Whether create a new EventData or use an existing one is decided based on the following event's attributes:

When you collect a data for an event you must specify what measure that data belongs to. Each EventData stores statistics for each measure type separately. Example: For the event of file download, the measures of duration and bytes sent could be collected. Each one will have their own statistics stored.

The entry point for the monitoring framework API is the IMonitorManager. It may be obtained by calling ManagerFactory.getMonitorManager(). To collect data, obtain an IMonitor and use its available operations. The current IMonitorContext state may affect how data is collected. Refer to their javadoc for details.

For information about accessing the collected data, see this document.

Since:
4.1.0
Version:
$Revision: 9583 $ $Date: 2008-07-17 15:09:54 -0300 (Thu, 17 Jul 2008) $
Skip navigation links

Lumisportal  8.2.2.160411 - Copyright © 2006â??2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.