public enum DseIdPoolHelper extends java.lang.Enum<DseIdPoolHelper>
Modifier and Type | Class and Description |
---|---|
static class |
DseIdPoolHelper.IdProvider |
static interface |
DseIdPoolHelper.IGetRuleExecutions |
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
disposeByThread() |
int |
getId(BatchTransformationRule<?,?> rule) |
void |
registerRules(DseIdPoolHelper.IGetRuleExecutions getRuleExecutions,
java.util.Collection<BatchTransformationRule<?,?>> rules) |
static DseIdPoolHelper |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DseIdPoolHelper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DseIdPoolHelper INSTANCE
public static DseIdPoolHelper[] values()
for (DseIdPoolHelper c : DseIdPoolHelper.values()) System.out.println(c);
public static DseIdPoolHelper 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 nullpublic int getId(BatchTransformationRule<?,?> rule)
public void registerRules(DseIdPoolHelper.IGetRuleExecutions getRuleExecutions, java.util.Collection<BatchTransformationRule<?,?>> rules)
public void disposeByThread()