public static enum AepBusManager.State extends Enum<AepBusManager.State>
Enum Constant and Description |
---|
CLOSED
The bus manager has been closed.
|
CREATED
The bus manager has just been created
|
FAILED
The bus manager has failed in its attempts to open the binding.
|
OPEN
The bus binding is open
|
OPENING
The bus manager is in the process of opening the bus binding.
|
STARTED
The bus binding has been started and the manager is processing
events from the binding.
|
Modifier and Type | Method and Description |
---|---|
static AepBusManager.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AepBusManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AepBusManager.State CREATED
public static final AepBusManager.State OPENING
public static final AepBusManager.State OPEN
public static final AepBusManager.State STARTED
public static final AepBusManager.State FAILED
public static final AepBusManager.State CLOSED
public static AepBusManager.State[] values()
for (AepBusManager.State c : AepBusManager.State.values()) System.out.println(c);
public static AepBusManager.State 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 © 2019 Neeve Research, LLC. All Rights Reserved.