com.ibm.websphere.rsadapter
Interface HandleStates
- All Known Subinterfaces:
- Reassociateable
- public interface HandleStates
This class contains general handle state constants used by the Reassociateable interface and some of the WebSphere JDBC and CCI objects.
Field Summary 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.
Field Detail ACTIVE
public static final int ACTIVE
- Connection handle state constants.
- See Also:
- Constant Field Values
INACTIVE
public static final int INACTIVE
- Connection handle state constants.
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- Connection handle state constants.
- See Also:
- Constant Field Values
STATE_STRINGS
public static final java.lang.String[] STATE_STRINGS
- List of Connection handle state names.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.