- All Known Subinterfaces:
BlobTracker,ClobTracker,ConnectionTracker,NClobTracker,ResultSetTracker,SQLInputTracker,SQLXMLTracker
- All Known Implementing Classes:
BlobTrackerImpl,ClobTrackerImpl,ConnectionTrackerImpl,NClobTrackerImpl,ResultSetTrackerImpl,SQLInputTrackerImpl,SQLXMLTrackerImpl
public interface TrackedInputStreams
Gets all the input streams that have not yet been closed.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap<InputStream, ? extends InputStreamTracker> Gets all the input streams that have not yet been closed.
-
Method Details
-
getTrackedInputStreams
Map<InputStream,? extends InputStreamTracker> getTrackedInputStreams()Gets all the input streams that have not yet been closed.- Returns:
- The mapping from wrapped input stream to tracker without any defensive copy.
- See Also:
-
