public static enum ReplicationLiveIsStoppingMessage.LiveStopping extends Enum<ReplicationLiveIsStoppingMessage.LiveStopping>
Enum Constant and Description |
---|
FAIL_OVER
Orders the backup to fail-over immediately.
|
STOP_CALLED
Notifies the backup that its live is going to stop.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationLiveIsStoppingMessage.LiveStopping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationLiveIsStoppingMessage.LiveStopping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationLiveIsStoppingMessage.LiveStopping STOP_CALLED
public static final ReplicationLiveIsStoppingMessage.LiveStopping FAIL_OVER
STOP_CALLED
.public static ReplicationLiveIsStoppingMessage.LiveStopping[] values()
for (ReplicationLiveIsStoppingMessage.LiveStopping c : ReplicationLiveIsStoppingMessage.LiveStopping.values()) System.out.println(c);
public static ReplicationLiveIsStoppingMessage.LiveStopping 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 © 2018 JBoss by Red Hat. All rights reserved.