@StableMinor(version="7.1", sinceVersion="4.1") public static enum IMonitor.Setting extends Enum<IMonitor.Setting>
IMonitor
Enum Constant and Description |
---|
COLLECT_EVEN_IF_TRANSACTION_ROLLS_BACK
Collect the measure data even if the bounded transaction rolls back.
|
COLLECT_TO_INSTANT_BOUND_EVENT_DATA
Collect the measure data to the
EventData found based on the
collected measure's time instant. |
COLLECT_TO_MONITOR_BOUND_EVENT_DATA
Collect the measure data to the current bound
EventData . |
Modifier and Type | Method and Description |
---|---|
static IMonitor.Setting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMonitor.Setting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMonitor.Setting COLLECT_TO_MONITOR_BOUND_EVENT_DATA
EventData
.
This setting and COLLECT_TO_INSTANT_BOUND_EVENT_DATA
are
mutually exclusive.public static final IMonitor.Setting COLLECT_TO_INSTANT_BOUND_EVENT_DATA
EventData
found based on the
collected measure's time instant.
This setting and COLLECT_TO_MONITOR_BOUND_EVENT_DATA
are
mutually exclusive.public static final IMonitor.Setting COLLECT_EVEN_IF_TRANSACTION_ROLLS_BACK
If no transaction is bounded, this setting is ignored.
public static IMonitor.Setting[] values()
for (IMonitor.Setting c : IMonitor.Setting.values()) System.out.println(c);
public static IMonitor.Setting valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullLumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.