Uses of Class
com.ibm.ws.javaee.dd.commonext.ResourceRef.ConnectionManagementPolicyEnum
-
Packages that use ResourceRef.ConnectionManagementPolicyEnum Package Description com.ibm.ws.javaee.dd.commonext -
-
Uses of ResourceRef.ConnectionManagementPolicyEnum in com.ibm.ws.javaee.dd.commonext
Methods in com.ibm.ws.javaee.dd.commonext that return ResourceRef.ConnectionManagementPolicyEnum Modifier and Type Method Description ResourceRef.ConnectionManagementPolicyEnum
ResourceRef. getConnectionManagementPolicy()
static ResourceRef.ConnectionManagementPolicyEnum
ResourceRef.ConnectionManagementPolicyEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResourceRef.ConnectionManagementPolicyEnum[]
ResourceRef.ConnectionManagementPolicyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-