|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMonitor.Setting | |
---|---|
lumis.portal.monitor | Defines classes and interfaces for monitoring data and collecting statistics. |
Uses of IMonitor.Setting in lumis.portal.monitor |
---|
Methods in lumis.portal.monitor that return IMonitor.Setting | |
---|---|
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're declared. |
Method parameters in lumis.portal.monitor with type arguments of type IMonitor.Setting | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |