public static enum LookupNames.TransactionManagerFactory extends Enum<LookupNames.TransactionManagerFactory>
Enum Constant and Description |
---|
JBOSS_TM |
WEBSPHERE_4 |
WEBSPHERE_51_6 |
WEBSPHERE_6 |
WILDFLY |
Modifier and Type | Method and Description |
---|---|
String |
getFactoryClazz() |
String |
getPrettyName() |
TransactionManager |
tryLookup(ClassLoader classLoader) |
static LookupNames.TransactionManagerFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupNames.TransactionManagerFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupNames.TransactionManagerFactory WEBSPHERE_51_6
public static final LookupNames.TransactionManagerFactory WEBSPHERE_6
public static final LookupNames.TransactionManagerFactory WEBSPHERE_4
public static final LookupNames.TransactionManagerFactory WILDFLY
public static final LookupNames.TransactionManagerFactory JBOSS_TM
public static LookupNames.TransactionManagerFactory[] values()
for (LookupNames.TransactionManagerFactory c : LookupNames.TransactionManagerFactory.values()) System.out.println(c);
public static LookupNames.TransactionManagerFactory 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 String getFactoryClazz()
public String getPrettyName()
public TransactionManager tryLookup(ClassLoader classLoader)
Copyright © 2021 JBoss by Red Hat. All rights reserved.