public static enum SimpleSmfClient.SS extends Enum<SimpleSmfClient.SS>
| Enum Constant and Description |
|---|
CLOSED |
CONNECTING |
PRERECONNECT |
READY_TO_WRITE |
STARTSTATE |
SUB_ESTABLISH |
WRITING |
| Modifier and Type | Method and Description |
|---|---|
static SimpleSmfClient.SS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleSmfClient.SS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleSmfClient.SS WRITING
public static final SimpleSmfClient.SS READY_TO_WRITE
public static final SimpleSmfClient.SS CONNECTING
public static final SimpleSmfClient.SS CLOSED
public static final SimpleSmfClient.SS STARTSTATE
public static final SimpleSmfClient.SS PRERECONNECT
public static final SimpleSmfClient.SS SUB_ESTABLISH
public static SimpleSmfClient.SS[] values()
for (SimpleSmfClient.SS c : SimpleSmfClient.SS.values()) System.out.println(c);
public static SimpleSmfClient.SS 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 2004-2021 Solace Corporation. All rights reserved.