Uses of Class
oracle.jdbc.diagnostics.ImmutableTraceAttributes
-
Packages that use ImmutableTraceAttributes Package Description oracle.jdbc.diagnostics -
-
Uses of ImmutableTraceAttributes in oracle.jdbc.diagnostics
Methods in oracle.jdbc.diagnostics that return ImmutableTraceAttributes Modifier and Type Method Description ImmutableTraceAttributes
ImmutableTraceAttributes. toReadOnly()
ImmutableTraceAttributes
MutableTraceAttributes. toReadOnly()
abstract ImmutableTraceAttributes
TraceAttributes. toReadOnly()
ImmutableTraceAttributes
MutableTraceAttributes. toReadOnlyWithoutKey(OracleTraceKey key)
Methods in oracle.jdbc.diagnostics with parameters of type ImmutableTraceAttributes Modifier and Type Method Description void
OracleLogRecord. setTraceAttributes(ImmutableTraceAttributes attributes)
Constructors in oracle.jdbc.diagnostics with parameters of type ImmutableTraceAttributes Constructor Description 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.
-