Package | Description |
---|---|
lumis.portal.monitor |
Defines classes and interfaces for monitoring data.
|
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
Modifier and Type | Method and Description |
---|---|
List<? extends Serializable> |
AbstractMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
List<? extends Serializable> |
IMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction)
Returns the values for the given field.
If this value does not provide values for the given field, it must throw a FieldNotProvidedException .Note that returning a null value is not the same
as throwing a FieldNotProvidedException . |
List<? extends Serializable> |
SimpleMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
List<? extends Serializable> |
MonitorEventValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.