public static enum OpenbusStatus.ConnectionState extends Enum<OpenbusStatus.ConnectionState>
| Enum Constant and Description |
|---|
ACS_LOGIN_FAILURE |
ACS_UNAVAILABLE |
BASIC_SERVICE_UNAVAILABLE |
CERTIFICATE_INVALID |
CONNECTED |
CORBA_ERROR |
CREDENTIAL_ERROR |
NOT_INITIALIZED |
OPENBUS_ERROR |
RS_UNAVAILABLE |
UNKNOWN_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static OpenbusStatus.ConnectionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenbusStatus.ConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenbusStatus.ConnectionState NOT_INITIALIZED
public static final OpenbusStatus.ConnectionState CONNECTED
public static final OpenbusStatus.ConnectionState ACS_UNAVAILABLE
public static final OpenbusStatus.ConnectionState ACS_LOGIN_FAILURE
public static final OpenbusStatus.ConnectionState CERTIFICATE_INVALID
public static final OpenbusStatus.ConnectionState CREDENTIAL_ERROR
public static final OpenbusStatus.ConnectionState BASIC_SERVICE_UNAVAILABLE
public static final OpenbusStatus.ConnectionState UNKNOWN_ERROR
public static final OpenbusStatus.ConnectionState CORBA_ERROR
public static final OpenbusStatus.ConnectionState OPENBUS_ERROR
public static final OpenbusStatus.ConnectionState RS_UNAVAILABLE
public static OpenbusStatus.ConnectionState[] values()
for (OpenbusStatus.ConnectionState c : OpenbusStatus.ConnectionState.values()) System.out.println(c);
public static OpenbusStatus.ConnectionState 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 © 2016. All rights reserved.