public static enum TxStatsHandler.TxStat extends Enum<TxStatsHandler.TxStat>
Modifier and Type | Method and Description |
---|---|
static TxStatsHandler.TxStat |
getStat(String stringForm) |
String |
toString() |
static TxStatsHandler.TxStat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxStatsHandler.TxStat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TxStatsHandler.TxStat NUMBER_OF_TRANSACTIONS
public static final TxStatsHandler.TxStat NUMBER_OF_NESTED_TRANSACTIONS
public static final TxStatsHandler.TxStat NUMBER_OF_HEURISTICS
public static final TxStatsHandler.TxStat NUMBER_OF_COMMITTED_TRANSACTIONS
public static final TxStatsHandler.TxStat NUMBER_OF_ABORTED_TRANSACTIONS
public static final TxStatsHandler.TxStat NUMBER_OF_INFLIGHT_TRANSACTIONS
public static final TxStatsHandler.TxStat NUMBER_OF_TIMED_OUT_TRANSACTIONS
public static final TxStatsHandler.TxStat NUMBER_OF_APPLICATION_ROLLBACKS
public static final TxStatsHandler.TxStat NUMBER_OF_RESOURCE_ROLLBACKS
public static TxStatsHandler.TxStat[] values()
for (TxStatsHandler.TxStat c : TxStatsHandler.TxStat.values()) System.out.println(c);
public static TxStatsHandler.TxStat 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 nullpublic final String toString()
toString
in class Enum<TxStatsHandler.TxStat>
public static TxStatsHandler.TxStat getStat(String stringForm)
Copyright © 2013 JBoss by Red Hat. All rights reserved.