Searched refs:GarbageCollectionNotifInfoCompositeData (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java34 import sun.management.GarbageCollectionNotifInfoCompositeData;
131 this.cdata = new GarbageCollectionNotifInfoCompositeData(this);
135 GarbageCollectionNotifInfoCompositeData.validateCompositeData(cd);
137 this.gcName = GarbageCollectionNotifInfoCompositeData.getGcName(cd);
138 this.gcAction = GarbageCollectionNotifInfoCompositeData.getGcAction(cd);
139 this.gcCause = GarbageCollectionNotifInfoCompositeData.getGcCause(cd);
140 this.gcInfo = GarbageCollectionNotifInfoCompositeData.getGcInfo(cd);
226 if (cd instanceof GarbageCollectionNotifInfoCompositeData) {
227 return ((GarbageCollectionNotifInfoCompositeData) cd).getGarbageCollectionNotifInfo();
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java47 public class GarbageCollectionNotifInfoCompositeData extends LazyCompositeData { class in inherits:LazyCompositeData
50 public GarbageCollectionNotifInfoCompositeData(GarbageCollectionNotificationInfo info) { method in class:GarbageCollectionNotifInfoCompositeData
59 GarbageCollectionNotifInfoCompositeData gcnicd =
60 new GarbageCollectionNotifInfoCompositeData(info);
H A DGarbageCollectorImpl.java148 GarbageCollectionNotifInfoCompositeData.toCompositeData(info);

Completed in 30 milliseconds