Package oracle.jdbc
Interface OracleOCIFailover
-
public interface OracleOCIFailoverAn interface for Transparent Application failover.
-
<section role="region">
-
Field Summary
Fields Modifier and Type Field Description static intFO_ABORTstatic intFO_BEGINstatic intFO_ENDstatic intFO_ERRORstatic intFO_EVENT_UNKNOWNstatic intFO_NONEstatic intFO_REAUTHstatic intFO_RETRYstatic intFO_SELECTstatic intFO_SESSIONstatic intFO_TYPE_UNKNOWN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcallbackFn(Connection conn, Object ctxt, int type, int event)
-
-
<section role="region">
-
Field Detail
-
FO_SESSION
static final int FO_SESSION
- See Also:
- Constant Field Values
-
FO_SELECT
static final int FO_SELECT
- See Also:
- Constant Field Values
-
FO_NONE
static final int FO_NONE
- See Also:
- Constant Field Values
-
FO_TYPE_UNKNOWN
static final int FO_TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
FO_BEGIN
static final int FO_BEGIN
- See Also:
- Constant Field Values
-
FO_END
static final int FO_END
- See Also:
- Constant Field Values
-
FO_ABORT
static final int FO_ABORT
- See Also:
- Constant Field Values
-
FO_REAUTH
static final int FO_REAUTH
- See Also:
- Constant Field Values
-
FO_ERROR
static final int FO_ERROR
- See Also:
- Constant Field Values
-
FO_RETRY
static final int FO_RETRY
- See Also:
- Constant Field Values
-
FO_EVENT_UNKNOWN
static final int FO_EVENT_UNKNOWN
- See Also:
- Constant Field Values
-
-
Method Detail
-
callbackFn
int callbackFn(Connection conn, Object ctxt, int type, int event)
-
-