public static enum AepEngine.MessagingState extends Enum<AepEngine.MessagingState>
Enum Constant and Description |
---|
Init
Indicates messaging is not started and was never started.
|
Started
Indicates messaging is started and operational
|
Starting
Indicates messaging is starting.
|
Stopped
Indicates messaging was started and now is stopped.
|
Modifier and Type | Method and Description |
---|---|
static AepEngine.MessagingState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AepEngine.MessagingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AepEngine.MessagingState Init
public static final AepEngine.MessagingState Starting
public static final AepEngine.MessagingState Started
public static final AepEngine.MessagingState Stopped
public static AepEngine.MessagingState[] values()
for (AepEngine.MessagingState c : AepEngine.MessagingState.values()) System.out.println(c);
public static AepEngine.MessagingState 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.