- All Known Subinterfaces:
ClobTracker
,ConnectionTracker
,NClobTracker
,SQLXMLTracker
- All Known Implementing Classes:
ClobTrackerImpl
,ConnectionTrackerImpl
,NClobTrackerImpl
,SQLXMLTrackerImpl
public interface TrackedWriters
Gets all the writers that have not yet been closed.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<Writer, ? extends WriterTracker> Gets all the writers that have not yet been closed.
-
Method Details
-
getTrackedWriters
Map<Writer,? extends WriterTracker> getTrackedWriters()Gets all the writers that have not yet been closed.- Returns:
- The mapping from wrapped writer to tracker without any defensive copy.
- See Also:
-