public static enum HostConnectionInfo.EventType extends Enum<HostConnectionInfo.EventType>
Enum Constant and Description |
---|
REGISTERED |
REGISTRATION_EXISTING |
REGISTRATION_FAILED |
REGISTRATION_REJECTED |
UNCLEAN_UNREGISTRATION |
UNKNOWN |
UNREGISTERED |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static HostConnectionInfo.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostConnectionInfo.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostConnectionInfo.EventType REGISTERED
public static final HostConnectionInfo.EventType REGISTRATION_EXISTING
public static final HostConnectionInfo.EventType REGISTRATION_REJECTED
public static final HostConnectionInfo.EventType REGISTRATION_FAILED
public static final HostConnectionInfo.EventType UNCLEAN_UNREGISTRATION
public static final HostConnectionInfo.EventType UNREGISTERED
public static final HostConnectionInfo.EventType UNKNOWN
public static HostConnectionInfo.EventType[] values()
for (HostConnectionInfo.EventType c : HostConnectionInfo.EventType.values()) System.out.println(c);
public static HostConnectionInfo.EventType 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 String getName()
Copyright © 2023 JBoss by Red Hat. All rights reserved.