public enum TopologyMode extends Enum<TopologyMode>
| Enum Constant and Description |
|---|
READY_TOPOLOGY |
READY_TX_DATA |
WAIT_TOPOLOGY |
WAIT_TX_DATA |
| Modifier and Type | Method and Description |
|---|---|
static TopologyMode |
create(boolean onExecutor,
boolean txData) |
static TopologyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopologyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopologyMode WAIT_TOPOLOGY
public static final TopologyMode READY_TOPOLOGY
public static final TopologyMode WAIT_TX_DATA
public static final TopologyMode READY_TX_DATA
public static TopologyMode[] values()
for (TopologyMode c : TopologyMode.values()) System.out.println(c);
public static TopologyMode 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 static TopologyMode create(boolean onExecutor, boolean txData)
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.