public static enum JcaDistributedWorkManagerDefinition.SelectorValue extends Enum<JcaDistributedWorkManagerDefinition.SelectorValue>
Enum Constant and Description |
---|
FIRST_AVAILABLE |
MAX_FREE_THREADS |
PING_TIME |
Modifier and Type | Method and Description |
---|---|
static JcaDistributedWorkManagerDefinition.SelectorValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JcaDistributedWorkManagerDefinition.SelectorValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JcaDistributedWorkManagerDefinition.SelectorValue FIRST_AVAILABLE
public static final JcaDistributedWorkManagerDefinition.SelectorValue PING_TIME
public static final JcaDistributedWorkManagerDefinition.SelectorValue MAX_FREE_THREADS
public static JcaDistributedWorkManagerDefinition.SelectorValue[] values()
for (JcaDistributedWorkManagerDefinition.SelectorValue c : JcaDistributedWorkManagerDefinition.SelectorValue.values()) System.out.println(c);
public static JcaDistributedWorkManagerDefinition.SelectorValue 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 © 2015 JBoss by Red Hat. All rights reserved.