java.lang.Object
com.aoapps.sql.wrapper.SQLOutputWrapperImpl
com.aoapps.sql.tracker.SQLOutputTrackerImpl
- All Implemented Interfaces:
OnCloseHandler
,SQLOutputTracker
,SQLOutputWrapper
,Wrapper
,AutoCloseable
,SQLOutput
,Wrapper
Tracks a
SQLOutput
for unclosed or unfreed objects.- Author:
- AO Industries, Inc.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Level
The logging level that enables allocation stack trace logging. -
Constructor Summary
ConstructorDescriptionSQLOutputTrackerImpl
(ConnectionTrackerImpl connectionTracker, SQLOutput wrapped) Creates a newSQLOutput
tracker. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOnClose
(Runnable onCloseHandler) Will call the handler once on close/free.void
close()
Calls onClose handlers, closes all tracked objects, then callssuper.close()
.Methods inherited from class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
getConnectionWrapper, getWrapped, toString, unwrapArray, unwrapBlob, unwrapClob, unwrapInputStream, unwrapNClob, unwrapReader, unwrapRef, unwrapRowId, unwrapSQLXML, unwrapStruct, wrapSQLData, writeArray, writeAsciiStream, writeBinaryStream, writeBlob, writeCharacterStream, writeClob, writeNClob, writeObject, writeRef, writeRowId, writeSQLXML, writeStruct
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.SQLOutputWrapper
getWrapped, writeArray, writeAsciiStream, writeBigDecimal, writeBinaryStream, writeBlob, writeBoolean, writeByte, writeBytes, writeCharacterStream, writeClob, writeDate, writeDouble, writeFloat, writeInt, writeLong, writeNClob, writeNString, writeObject, writeObject, writeRef, writeRowId, writeShort, writeSQLXML, writeString, writeStruct, writeTime, writeTimestamp, writeURL
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Field Details
-
ALLOCATION_STACKTRACE_LOG_LEVEL
The logging level that enables allocation stack trace logging.
-
-
Constructor Details
-
SQLOutputTrackerImpl
Creates a newSQLOutput
tracker.
-
-
Method Details
-
getAllocationStacktrace
-
getAllocationLogger
-
addOnClose
Description copied from interface:OnCloseHandler
Will call the handler once on close/free.- Specified by:
addOnClose
in interfaceOnCloseHandler
-
close
Description copied from interface:SQLOutputTracker
Calls onClose handlers, closes all tracked objects, then callssuper.close()
.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSQLOutputTracker
- Specified by:
close
in interfaceSQLOutputWrapper
- Throws:
SQLException
- See Also:
-