Searched defs:GarbageCollectionNotificationInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java55 * the {@code GarbageCollectionNotificationInfo} object
60 * a {@code CompositeData} to a {@code GarbageCollectionNotificationInfo}
70 * if (notifType.equals(GarbageCollectionNotificationInfo.GARBAGE_COLLECTION_NOTIFICATION)) {
73 * GarbageCollectionNotificationInfo info = GarbageCollectionNotificationInfo.from(cd);
88 public class GarbageCollectionNotificationInfo implements CompositeDataView { class in inherits:CompositeDataView
107 * Constructs a {@code GarbageCollectionNotificationInfo} object.
114 public GarbageCollectionNotificationInfo(String gcName, method in class:GarbageCollectionNotificationInfo
134 GarbageCollectionNotificationInfo(CompositeData cd) { method in class:GarbageCollectionNotificationInfo
182 * Returns a {@code GarbageCollectionNotificationInfo} objec
[all...]

Completed in 73 milliseconds