public static enum IbisApplicationContext.BootState extends Enum<IbisApplicationContext.BootState>
Enum Constant and Description |
---|
ERROR |
FIRST_START |
STARTED |
STARTING |
STOPPED |
STOPPING |
Modifier and Type | Method and Description |
---|---|
static IbisApplicationContext.BootState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IbisApplicationContext.BootState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IbisApplicationContext.BootState FIRST_START
public static final IbisApplicationContext.BootState STARTING
public static final IbisApplicationContext.BootState STARTED
public static final IbisApplicationContext.BootState STOPPING
public static final IbisApplicationContext.BootState STOPPED
public static final IbisApplicationContext.BootState ERROR
public static IbisApplicationContext.BootState[] values()
for (IbisApplicationContext.BootState c : IbisApplicationContext.BootState.values()) System.out.println(c);
public static IbisApplicationContext.BootState 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 © 2023 Frank!Framework. All rights reserved.