java.lang.Object
com.aoapps.sql.wrapper.StructWrapperImpl
com.aoapps.sql.tracker.StructTrackerImpl
- All Implemented Interfaces:
OnCloseHandler,StructTracker,StructWrapper,Wrapper,AutoCloseable,Struct,Wrapper
Tracks a
Struct for unclosed or unfreed objects.- Author:
- AO Industries, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LevelThe logging level that enables allocation stack trace logging. -
Constructor Summary
ConstructorsConstructorDescriptionStructTrackerImpl(ConnectionTrackerImpl connectionTracker, Struct wrapped) Creates a newStructtracker. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOnClose(Runnable onCloseHandler) Will call the handler once on close/free.voidclose()Calls onClose handlers, closes all tracked objects, then callssuper.close().Methods inherited from class com.aoapps.sql.wrapper.StructWrapperImpl
getConnectionWrapper, getWrapped, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.StructWrapper
getAttributes, getAttributes, getSQLTypeName, getWrappedMethods 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
-
StructTrackerImpl
Creates a newStructtracker.
-
-
Method Details
-
getAllocationStacktrace
-
getAllocationLogger
-
addOnClose
Description copied from interface:OnCloseHandlerWill call the handler once on close/free.- Specified by:
addOnClosein interfaceOnCloseHandler
-
close
Description copied from interface:StructTrackerCalls onClose handlers, closes all tracked objects, then callssuper.close().- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceStructTracker- Specified by:
closein interfaceStructWrapper- Throws:
SQLException- See Also:
-
