java.lang.Object
one.jpro.jmemorybuddy.CleanupDetector
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class can be extended to provide more meta information to the method onCleanup. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThe runnable gets executed after the object has been collected by the GC.static voidThis version of the method can be used to provide more information in the heap dump by extending WeakReferenceWithRunnable.
-
Constructor Details
-
CleanupDetector
public CleanupDetector()
-
-
Method Details
-
onCleanup
The runnable gets executed after the object has been collected by the GC. -
onCleanup
This version of the method can be used to provide more information in the heap dump by extending WeakReferenceWithRunnable.
-