| Package | Description |
|---|---|
| oracle.jdbc.diagnostics |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTraceAttributes |
ImmutableTraceAttributes.toReadOnly() |
ImmutableTraceAttributes |
MutableTraceAttributes.toReadOnly() |
abstract ImmutableTraceAttributes |
TraceAttributes.toReadOnly() |
abstract ImmutableTraceAttributes |
TraceAttributes.toReadOnly() |
ImmutableTraceAttributes |
MutableTraceAttributes.toReadOnly() |
ImmutableTraceAttributes |
ImmutableTraceAttributes.toReadOnly() |
ImmutableTraceAttributes |
MutableTraceAttributes.toReadOnlyWithoutKey(OracleTraceKey key) |
ImmutableTraceAttributes |
MutableTraceAttributes.toReadOnlyWithoutKey(OracleTraceKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleLogRecord.setTraceAttributes(ImmutableTraceAttributes attributes) |
void |
OracleLogRecord.setTraceAttributes(ImmutableTraceAttributes attributes) |
| Constructor and Description |
|---|
MutableTraceAttributes(ImmutableTraceAttributes immutableTraceAttributes) |
MutableTraceAttributes(ImmutableTraceAttributes immutableTraceAttributes) |
OracleLogRecord(java.util.logging.Level level,
SecurityLabel label,
ImmutableTraceAttributes attributes,
java.lang.String msg)
Create an OracleLogRecord with a Level and a
set of ConnectionAttributes.
|
OracleLogRecord(java.util.logging.Level level,
SecurityLabel label,
ImmutableTraceAttributes attributes,
java.lang.String msg)
Create an OracleLogRecord with a Level and a
set of ConnectionAttributes.
|