Uses of Interface
com.bea.jvm.event.FinalizationListener

Packages that use FinalizationListener
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
 

Uses of FinalizationListener in com.bea.jvm
 

Methods in com.bea.jvm with parameters of type FinalizationListener
 void GarbageCollector.addFinalizationListener(FinalizationListener listener)
          Add listener to be notified whenever an Object has been finalized.
 void GarbageCollector.addFinalizationListener(FinalizationListener listener, boolean onlyFailed)
          Add listener to be notified whenever an Object has been finalized.
 void GarbageCollector.removeFinalizationListener(FinalizationListener listener)
          Removes the specified listener.