public static enum MBeanExportConfiguration.SpecificPlatform extends Enum<MBeanExportConfiguration.SpecificPlatform>
Enum Constant and Description |
---|
WEBLOGIC
Weblogic.
|
WEBSPHERE
Websphere.
|
Modifier and Type | Method and Description |
---|---|
static MBeanExportConfiguration.SpecificPlatform |
get() |
abstract MBeanServer |
getMBeanServer() |
static MBeanExportConfiguration.SpecificPlatform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanExportConfiguration.SpecificPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBeanExportConfiguration.SpecificPlatform WEBLOGIC
public static final MBeanExportConfiguration.SpecificPlatform WEBSPHERE
public static MBeanExportConfiguration.SpecificPlatform[] values()
for (MBeanExportConfiguration.SpecificPlatform c : MBeanExportConfiguration.SpecificPlatform.values()) System.out.println(c);
public static MBeanExportConfiguration.SpecificPlatform 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 null@Nullable public abstract MBeanServer getMBeanServer()
@Nullable public static MBeanExportConfiguration.SpecificPlatform get()