Interface TrackedWebResource
- All Superinterfaces:
AutoCloseable, Closeable
Represents a web resource that tracks its creation source for leak detection.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the stack trace of the code that created this resource.getName()Returns the name of this resource.
-
Method Details
-
getCreatedBy
Exception getCreatedBy()Returns the stack trace of the code that created this resource.- Returns:
- the creation stack trace
-
getName
-