public static enum MBeanNames.ServiceType extends Enum<MBeanNames.ServiceType>
| Enum Constant and Description |
|---|
Admin |
Deployment |
Download |
Installation |
Logger |
Notification |
System |
Upload |
| Modifier and Type | Method and Description |
|---|---|
static MBeanNames.ServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanNames.ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBeanNames.ServiceType Admin
public static final MBeanNames.ServiceType Deployment
public static final MBeanNames.ServiceType Download
public static final MBeanNames.ServiceType Installation
public static final MBeanNames.ServiceType Logger
public static final MBeanNames.ServiceType Notification
public static final MBeanNames.ServiceType System
public static final MBeanNames.ServiceType Upload
public static MBeanNames.ServiceType[] values()
for (MBeanNames.ServiceType c : MBeanNames.ServiceType.values()) System.out.println(c);
public static MBeanNames.ServiceType 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.