com.ibm.websphere.rsadapter

Interface HandleStates

All known subinterfaces:
Reassociateable

  1. 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

Modifier and Type Field and Description
  1. static
  2. int
ACTIVE
Connection handle state constants.
  1. static
  2. int
CLOSED
Connection handle state constants.
  1. static
  2. int
INACTIVE
Connection handle state constants.
  1. static
  2. java.lang.String[]
STATE_STRINGS
List of Connection handle state names.

Field Detail

ACTIVE

  1. static final int ACTIVE
Connection handle state constants.
See Also:

INACTIVE

  1. static final int INACTIVE
Connection handle state constants.
See Also:

CLOSED

  1. static final int CLOSED
Connection handle state constants.
See Also:

STATE_STRINGS

  1. static final java.lang.String[] STATE_STRINGS
List of Connection handle state names.