Interface TrackedRefs

All Known Subinterfaces:
CallableStatementTracker, ConnectionTracker, ResultSetTracker, SQLInputTracker
All Known Implementing Classes:
CallableStatementTrackerImpl, ConnectionTrackerImpl, ResultSetTrackerImpl, SQLInputTrackerImpl

public interface TrackedRefs
Gets all the refs that have not yet been closed. Refs are assumed to be closed with their connection.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<Ref,? extends RefTracker>
    Gets all the refs that have not yet been closed.
  • Method Details

    • getTrackedRefs

      Map<Ref,? extends RefTracker> getTrackedRefs()
      Gets all the refs that have not yet been closed. Refs are assumed to be closed with their connection.
      Returns:
      The mapping from wrapped ref to tracker without any defensive copy.
      See Also: