public enum JBIProvider extends Enum<JBIProvider>
| Enum Constant and Description |
|---|
GLASSFISH_V3 |
GLASSFISH_V4 |
JBOSS |
JBOSS_V5 |
JBOSS_V7 |
JSE |
OTHER |
SUNAS |
TOMCAT_V6 |
WEBLOGIC |
WEBSPHERE |
| Modifier and Type | Method and Description |
|---|---|
static JBIProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JBIProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JBIProvider SUNAS
public static final JBIProvider JBOSS
public static final JBIProvider JSE
public static final JBIProvider WEBLOGIC
public static final JBIProvider WEBSPHERE
public static final JBIProvider GLASSFISH_V3
public static final JBIProvider GLASSFISH_V4
public static final JBIProvider JBOSS_V5
public static final JBIProvider JBOSS_V7
public static final JBIProvider TOMCAT_V6
public static final JBIProvider OTHER
public static JBIProvider[] values()
for (JBIProvider c : JBIProvider.values()) System.out.println(c);
public static JBIProvider 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 nullCopyright © 2011-2016 OpenESB Community. All Rights Reserved.