< prev index next >

src/java.management/share/classes/com/sun/management/GarbageCollectionNotificationInfo.java

Print this page

        

*** 39,56 **** * <p> * A garbage collection notification is emitted by {@link GarbageCollectorMXBean} * when the Java virtual machine completes a garbage collection action * The notification emitted will contain the garbage collection notification * information about the status of the memory: ! * <u1> * <li>The name of the garbage collector used to perform the collection.</li> * <li>The action performed by the garbage collector.</li> * <li>The cause of the garbage collection action.</li> * <li>A {@link GcInfo} object containing some statistics about the GC cycle (start time, end time) and the memory usage before and after the GC cycle.</li> ! * </u1> * * <p> * A {@link CompositeData CompositeData} representing * the {@code GarbageCollectionNotificationInfo} object * is stored in the --- 39,56 ---- * <p> * A garbage collection notification is emitted by {@link GarbageCollectorMXBean} * when the Java virtual machine completes a garbage collection action * The notification emitted will contain the garbage collection notification * information about the status of the memory: ! * <ul> * <li>The name of the garbage collector used to perform the collection.</li> * <li>The action performed by the garbage collector.</li> * <li>The cause of the garbage collection action.</li> * <li>A {@link GcInfo} object containing some statistics about the GC cycle (start time, end time) and the memory usage before and after the GC cycle.</li> ! * </ul> * * <p> * A {@link CompositeData CompositeData} representing * the {@code GarbageCollectionNotificationInfo} object * is stored in the
*** 79,89 **** * The type of the notification emitted by a {@code GarbageCollectorMXBean} is: * <ul> * <li>A {@linkplain #GARBAGE_COLLECTION_NOTIFICATION garbage collection notification}. * <br>Used by every notification emitted by the garbage collector, the details about * the notification are provided in the {@linkplain #getGcAction action} String ! * <p></li> * </ul> **/ @jdk.Exported public class GarbageCollectionNotificationInfo implements CompositeDataView { --- 79,89 ---- * The type of the notification emitted by a {@code GarbageCollectorMXBean} is: * <ul> * <li>A {@linkplain #GARBAGE_COLLECTION_NOTIFICATION garbage collection notification}. * <br>Used by every notification emitted by the garbage collector, the details about * the notification are provided in the {@linkplain #getGcAction action} String ! * </li> * </ul> **/ @jdk.Exported public class GarbageCollectionNotificationInfo implements CompositeDataView {
< prev index next >