public enum InitializationPhase extends Enum<InitializationPhase>
Enumeration of the known life-cycle beans and their initialization phase.
Enum Constant and Description |
---|
FLOWABLE_JOB_EXECUTOR_LIFECYCLE_BEAN |
LIFE_CYCLE_UPDATER_LIFECYCLE_BEAN |
Modifier and Type | Method and Description |
---|---|
int |
getPhase() |
static InitializationPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitializationPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InitializationPhase FLOWABLE_JOB_EXECUTOR_LIFECYCLE_BEAN
public static final InitializationPhase LIFE_CYCLE_UPDATER_LIFECYCLE_BEAN
public static InitializationPhase[] values()
for (InitializationPhase c : InitializationPhase.values()) System.out.println(c);
public static InitializationPhase 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 getPhase()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.