Uses of Interface
com.ibm.java.diagnostics.healthcenter.api.gc.ObjectAllocationEventListener
Packages that use ObjectAllocationEventListener
Package
Description
-
Uses of ObjectAllocationEventListener in com.ibm.java.diagnostics.healthcenter.api.gc
Methods in com.ibm.java.diagnostics.healthcenter.api.gc with parameters of type ObjectAllocationEventListenerModifier and TypeMethodDescriptionvoidGCData.addObjectAllocationListener(ObjectAllocationEventListener listener) Add a listener for notification of when ObjectAllocation events occurvoidGCData.removeObjectAllocationListener(ObjectAllocationEventListener listener) Remove one of registered listeners. -
Uses of ObjectAllocationEventListener in com.ibm.java.diagnostics.healthcenter.api.gc.impl
Methods in com.ibm.java.diagnostics.healthcenter.api.gc.impl with parameters of type ObjectAllocationEventListenerModifier and TypeMethodDescriptionvoidGCDataImpl.addObjectAllocationListener(ObjectAllocationEventListener listener) voidGCDataImpl.removeObjectAllocationListener(ObjectAllocationEventListener listener)