org.jgroups.protocols.relay
public static enum RELAY2.RouteStatus extends Enum<RELAY2.RouteStatus>
Modifier and Type | Method and Description |
---|---|
static RELAY2.RouteStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RELAY2.RouteStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RELAY2.RouteStatus UP
public static final RELAY2.RouteStatus UNKNOWN
public static final RELAY2.RouteStatus DOWN
public static RELAY2.RouteStatus[] values()
for (RELAY2.RouteStatus c : RELAY2.RouteStatus.values()) System.out.println(c);
public static RELAY2.RouteStatus 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, a division of Red Hat. All rights reserved.