public enum XATransactionManagerType extends Enum<XATransactionManagerType>
| Modifier and Type | Method and Description |
|---|---|
static XATransactionManagerType |
valueFrom(String type)
Value from transaction manager type.
|
static XATransactionManagerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XATransactionManagerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XATransactionManagerType ATOMIKOS
public static final XATransactionManagerType NARAYANA
public static final XATransactionManagerType BITRONIX
public static final XATransactionManagerType SEATA
public static XATransactionManagerType[] values()
for (XATransactionManagerType c : XATransactionManagerType.values()) System.out.println(c);
public static XATransactionManagerType 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 static XATransactionManagerType valueFrom(String type)
type - value to be transaction manager typeCopyright © 2021 The Apache Software Foundation. All rights reserved.