public enum ResourceDeploymentOrder extends Enum<ResourceDeploymentOrder>
Modifier and Type | Method and Description |
---|---|
int |
getResourceDeploymentOrder() |
static ResourceDeploymentOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDeploymentOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceDeploymentOrder JDBC_RESOURCE
public static final ResourceDeploymentOrder JDBC_POOL
public static final ResourceDeploymentOrder CONNECTOR_RESOURCE
public static final ResourceDeploymentOrder CONNECTOR_POOL
public static final ResourceDeploymentOrder ADMIN_OBJECT_RESOURCE
public static final ResourceDeploymentOrder DIAGNOSTIC_RESOURCE
public static final ResourceDeploymentOrder MAIL_RESOURCE
public static final ResourceDeploymentOrder CUSTOM_RESOURCE
public static final ResourceDeploymentOrder EXTERNALJNDI_RESOURCE
public static final ResourceDeploymentOrder RESOURCEADAPTERCONFIG_RESOURCE
public static final ResourceDeploymentOrder WORKSECURITYMAP_RESOURCE
public static final ResourceDeploymentOrder PERSISTENCE_RESOURCE
public static final ResourceDeploymentOrder CONTEXT_SERVICE
public static final ResourceDeploymentOrder MANAGED_THREAD_FACTORY
public static final ResourceDeploymentOrder MANAGED_EXECUTOR_SERVICE
public static final ResourceDeploymentOrder MANAGED_SCHEDULED_EXECUTOR_SERVICE
public static ResourceDeploymentOrder[] values()
for (ResourceDeploymentOrder c : ResourceDeploymentOrder.values()) System.out.println(c);
public static ResourceDeploymentOrder 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 nullpublic int getResourceDeploymentOrder()
Copyright © 2020. All rights reserved.