public static enum J2EEManagementObjectNameFactory.ResourceType extends java.lang.Enum<J2EEManagementObjectNameFactory.ResourceType>
| Enum Constant and Description |
|---|
JavaMailResource |
JCAResource |
JDBCResource |
JMSResource |
JNDIResource |
JTAResource |
RMI_IIOPResource |
URLResource |
| Modifier and Type | Method and Description |
|---|---|
static J2EEManagementObjectNameFactory.ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static J2EEManagementObjectNameFactory.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final J2EEManagementObjectNameFactory.ResourceType JCAResource
public static final J2EEManagementObjectNameFactory.ResourceType JTAResource
public static final J2EEManagementObjectNameFactory.ResourceType JDBCResource
public static final J2EEManagementObjectNameFactory.ResourceType JMSResource
public static final J2EEManagementObjectNameFactory.ResourceType JNDIResource
public static final J2EEManagementObjectNameFactory.ResourceType RMI_IIOPResource
public static final J2EEManagementObjectNameFactory.ResourceType JavaMailResource
public static final J2EEManagementObjectNameFactory.ResourceType URLResource
public static J2EEManagementObjectNameFactory.ResourceType[] values()
for (J2EEManagementObjectNameFactory.ResourceType c : J2EEManagementObjectNameFactory.ResourceType.values()) System.out.println(c);
public static J2EEManagementObjectNameFactory.ResourceType 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 null