| Package | Description |
|---|---|
| oracle.jdbc.replay |
Provides interfaces and factory methods for Application Continuity.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
OracleConnectionPoolDataSource |
A data source that supports transparent failover replay of
JDBC operations.
|
interface |
OracleXADataSource |
A data source that supports transparent failover replay of
JDBC operations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleConnectionPoolDataSourceImpl |
|
class |
OracleDataSourceImpl |
JDBC Data Source that supports transparent JDBC operation replay
upon a failover.
|
class |
OracleXADataSourceImpl |
| Modifier and Type | Method | Description |
|---|---|---|
static OracleDataSource |
OracleDataSourceFactory.getOracleDataSource() |
Obtains an
OracleDataSource instance. |
Copyright © 2008, 2017, Oracle. All rights reserved.