- All Superinterfaces:
AutoCloseable, Closeable
public interface TrackedWebResource
extends Closeable
Represents a web resource that tracks its creation source for leak detection.
-
Method Summary
Returns the stack trace of the code that created this resource.
Returns the name of this resource.
-
Method Details
-
getCreatedBy
Returns the stack trace of the code that created this resource.
- Returns:
- the creation stack trace
-
getName
Returns the name of this resource.
- Returns:
- the resource name