Uses of Class
org.jboss.as.connector.subsystems.jca.JcaDistributedWorkManagerDefinition.SelectorValue
-
Packages that use JcaDistributedWorkManagerDefinition.SelectorValue Package Description org.jboss.as.connector.subsystems.jca -
-
Uses of JcaDistributedWorkManagerDefinition.SelectorValue in org.jboss.as.connector.subsystems.jca
Methods in org.jboss.as.connector.subsystems.jca that return JcaDistributedWorkManagerDefinition.SelectorValue Modifier and Type Method Description static JcaDistributedWorkManagerDefinition.SelectorValueJcaDistributedWorkManagerDefinition.SelectorValue. valueOf(String name)Returns the enum constant of this type with the specified name.static JcaDistributedWorkManagerDefinition.SelectorValue[]JcaDistributedWorkManagerDefinition.SelectorValue. values()Returns an array containing the constants of this enum type, in the order they are declared.
-