com.ibm.websphere.rsadapter
Interface HandleStates
-
- All Known Subinterfaces:
- Reassociateable
public interface HandleStatesThis class contains general handle state constants used by the Reassociateable interface and some of the WebSphere JDBC and CCI objects.
-
-
Field Summary
Fields Modifier and Type Field and Description static intACTIVEConnection handle state constants.static intCLOSEDConnection handle state constants.static intINACTIVEConnection handle state constants.static java.lang.String[]STATE_STRINGSList of Connection handle state names.
-
-
-
Field Detail
-
ACTIVE
static final int ACTIVE
Connection handle state constants.- See Also:
- Constant Field Values
-
INACTIVE
static final int INACTIVE
Connection handle state constants.- See Also:
- Constant Field Values
-
CLOSED
static final int CLOSED
Connection handle state constants.- See Also:
- Constant Field Values
-
STATE_STRINGS
static final java.lang.String[] STATE_STRINGS
List of Connection handle state names.
-
-