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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java140 this.gcInfo = GarbageCollectionNotifInfoCompositeData.getGcInfo(cd);
177 public GcInfo getGcInfo() { method in class:GarbageCollectionNotificationInfo
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java71 return (GcInfoBuilder)f.get(gcNotifInfo.getGcInfo());
117 GcInfoCompositeData.toCompositeData(gcNotifInfo.getGcInfo())
173 public static GcInfo getGcInfo(CompositeData cd) { method in class:GarbageCollectionNotifInfoCompositeData
H A DGcInfoCompositeData.java67 public GcInfo getGcInfo() { method in class:GcInfoCompositeData

Completed in 32 milliseconds