Class JMemoryBuddyLive

java.lang.Object
de.sandec.jmemorybuddy.JMemoryBuddyLive

public class JMemoryBuddyLive extends Object
  • Constructor Details

    • JMemoryBuddyLive

      public JMemoryBuddyLive()
  • Method Details

    • markCollectable

      public static void markCollectable(String name, Object ref)
      This class can be used to mark objects as collectable. As long as this object isn't collected, it can be found by searching for the class AssertCollectableLive in the heap dump. It can also be found the report accessible by the method getReport.
    • getReport

      public static JMemoryBuddyLive.Report getReport()
      This clas provides a report, containing a list with details about object marked as collectable with markCollectable.
      Returns:
      The report.