|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IMonitor.Setting> lumis.portal.monitor.IMonitor.Setting
public static enum IMonitor.Setting
Settings that affect how the monitor collects data.
IMonitor
Enum Constant Summary | |
---|---|
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 . |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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.
Method Detail |
---|
public static final 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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |