public static enum MBeanNames.ComponentServiceType extends Enum<MBeanNames.ComponentServiceType>
| Enum Constant and Description |
|---|
ComponentLifeCycle |
Configuration |
Extension |
Installer |
InstallerConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static MBeanNames.ComponentServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanNames.ComponentServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBeanNames.ComponentServiceType Installer
public static final MBeanNames.ComponentServiceType ComponentLifeCycle
public static final MBeanNames.ComponentServiceType InstallerConfiguration
public static final MBeanNames.ComponentServiceType Configuration
public static final MBeanNames.ComponentServiceType Extension
public static MBeanNames.ComponentServiceType[] values()
for (MBeanNames.ComponentServiceType c : MBeanNames.ComponentServiceType.values()) System.out.println(c);
public static MBeanNames.ComponentServiceType 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.