| Package | Description |
|---|---|
| oracle.jdbc.replay |
Provides interfaces and factory methods for Application Continuity.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ReplayableConnection.StatisticsReportType |
ReplayableConnection.StatisticsReportType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ReplayableConnection.StatisticsReportType[] |
ReplayableConnection.StatisticsReportType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ReplayableConnection.clearReplayStatistics(ReplayableConnection.StatisticsReportType reportType) |
Clears replay statistics accumulated so far.
|
ReplayStatistics |
ReplayableConnection.getReplayStatistics(ReplayableConnection.StatisticsReportType reportType) |
Obtains replay statistics accumulated so far.
|