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