public static enum LookupNames.JndiTransactionManager extends Enum<LookupNames.JndiTransactionManager>
Enum Constant and Description |
---|
BORLAND_SUN |
GLASSFISH |
JBOSS_AS_4_6 |
JBOSS_AS_7 |
KARAF |
RESIN_3 |
RESIN_ORION_JONAS |
WEBLOGIC |
Modifier and Type | Method and Description |
---|---|
String |
getJndiLookup() |
String |
getPrettyName() |
static LookupNames.JndiTransactionManager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupNames.JndiTransactionManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupNames.JndiTransactionManager JBOSS_AS_7
public static final LookupNames.JndiTransactionManager JBOSS_AS_4_6
public static final LookupNames.JndiTransactionManager RESIN_3
public static final LookupNames.JndiTransactionManager GLASSFISH
public static final LookupNames.JndiTransactionManager BORLAND_SUN
public static final LookupNames.JndiTransactionManager WEBLOGIC
public static final LookupNames.JndiTransactionManager RESIN_ORION_JONAS
public static final LookupNames.JndiTransactionManager KARAF
public static LookupNames.JndiTransactionManager[] values()
for (LookupNames.JndiTransactionManager c : LookupNames.JndiTransactionManager.values()) System.out.println(c);
public static LookupNames.JndiTransactionManager 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 getJndiLookup()
public String getPrettyName()
Copyright © 2021 JBoss by Red Hat. All rights reserved.