public static enum MBeanExportConfiguration.SpecificPlatform extends java.lang.Enum<MBeanExportConfiguration.SpecificPlatform>
Modifier and Type | Method and Description |
---|---|
static MBeanExportConfiguration.SpecificPlatform |
get() |
abstract javax.management.MBeanServer |
getMBeanServer() |
static MBeanExportConfiguration.SpecificPlatform |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract javax.management.MBeanServer getMBeanServer()
public static MBeanExportConfiguration.SpecificPlatform get()