Class LeakDetector.LeakInfo

  • Enclosing class:
    LeakDetector<T>

    @Deprecated(since="2021-05-27")
    public class LeakDetector.LeakInfo
    extends java.lang.ref.PhantomReference<T>
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Information about the leak of a resource.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getResourceDescription()
      Deprecated.
       
      java.lang.Throwable getStackFrames()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.ref.PhantomReference

        get
      • Methods inherited from class java.lang.ref.Reference

        clear, enqueue, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getResourceDescription

        public java.lang.String getResourceDescription()
        Deprecated.
        Returns:
        the resource description as provided by the resource's Object.toString() method.
      • getStackFrames

        public java.lang.Throwable getStackFrames()
        Deprecated.
        Returns:
        a Throwable instance that contains the stack frames at the time of resource acquisition.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object