Package | Description |
---|---|
lumis.portal.monitor |
Defines classes and interfaces for monitoring data and collecting statistics.
|
Modifier and Type | Method and Description |
---|---|
static IMonitor.Setting |
IMonitor.Setting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMonitor.Setting[] |
IMonitor.Setting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IMonitor.collect(long startMillis,
long endMillis,
EnumSet<IMonitor.Setting> settings)
Collects the measures of
IMeasureType.MEASURE_TYPE_DURATION_MS
and IMeasureType.MEASURE_TYPE_ACTIVITY_MS . |
void |
IMonitor.collect(String measureTypeKey,
double value,
EnumSet<IMonitor.Setting> settings)
Collects a measure data to this monitor.
|
void |
IMonitor.setDefaultSettings(EnumSet<IMonitor.Setting> defaultSettings)
Specifies the default settings to be used when a
null
settings argument is given to methods that accept a settings argument. |
void |
IMonitor.setTransaction(ITransaction transaction,
EnumSet<IMonitor.Setting> settings)
Sets the transaction this monitor depends on to save the data it
collected.
|
void |
IMonitor.stop(EnumSet<IMonitor.Setting> settings)
Method used to indicate that the monitored event has ended.
|
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.