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.

INACTIVE

public static final int INACTIVE
Connection handle state constants.

CLOSED

public static final int CLOSED
Connection handle state constants.

STATE_STRINGS

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