- All Known Subinterfaces:
ConnectionTracker
- All Known Implementing Classes:
ConnectionTrackerImpl
public interface TrackedStructs
Gets all the structs that have not yet been closed.
Structs are assumed to be closed with their connection.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<Struct, ? extends StructTracker> Gets all the structs that have not yet been closed.
-
Method Details
-
getTrackedStructs
Map<Struct,? extends StructTracker> getTrackedStructs()Gets all the structs that have not yet been closed. Structs are assumed to be closed with their connection.- Returns:
- The mapping from wrapped struct to tracker without any defensive copy.
- See Also:
-