public enum TransactionalMode extends Enum<TransactionalMode>
| Modifier and Type | Method and Description |
|---|---|
net.sf.ehcache.config.CacheConfiguration.TransactionalMode |
asConfiguration() |
String |
asString() |
static TransactionalMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionalMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionalMode OFF
public static final TransactionalMode LOCAL
public static final TransactionalMode XA
public static TransactionalMode[] values()
for (TransactionalMode c : TransactionalMode.values()) System.out.println(c);
public static TransactionalMode 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 net.sf.ehcache.config.CacheConfiguration.TransactionalMode asConfiguration()
public String asString()
Copyright © 2017. All rights reserved.