Package org.apache.catalina
Interface TrackedWebResource
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface TrackedWebResource extends java.io.CloseableRepresents a web resource that tracks its creation source for leak detection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ExceptiongetCreatedBy()Returns the stack trace of the code that created this resource.java.lang.StringgetName()Returns the name of this resource.
-