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 ImmutableTraceAttributesImmutableTraceAttributes. toReadOnly()ImmutableTraceAttributesMutableTraceAttributes. toReadOnly()abstract ImmutableTraceAttributesTraceAttributes. toReadOnly()ImmutableTraceAttributesMutableTraceAttributes. toReadOnlyWithoutKey(OracleTraceKey key)Methods in oracle.jdbc.diagnostics with parameters of type ImmutableTraceAttributes Modifier and Type Method Description voidOracleLogRecord. 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.
-