public interface HandleStates
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE
Connection handle state constants.
|
static int |
CLOSED
Connection handle state constants.
|
static int |
INACTIVE
Connection handle state constants.
|
static java.lang.String[] |
STATE_STRINGS
List of Connection handle state names.
|
static final int ACTIVE
static final int INACTIVE
static final int CLOSED
static final java.lang.String[] STATE_STRINGS