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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGcInfo.java55 * <tt>GcInfo</tt> is a {@link CompositeData CompositeData}
61 * <tt>GcInfo</tt> is mapped to a {@link CompositeData CompositeData}
67 public class GcInfo implements CompositeData, CompositeDataView { class in inherits:CompositeData,CompositeDataView
77 private GcInfo(GcInfoBuilder builder, method in class:GcInfo
97 private GcInfo(CompositeData cd) { method in class:GcInfo
181 * Returns a <tt>GcInfo</tt> object represented by the
217 * represent a <tt>GcInfo</tt> object with the attributes
220 * @return a <tt>GcInfo</tt> object represented by <tt>cd</tt>
223 public static GcInfo from(CompositeData cd) {
231 return new GcInfo(c
[all...]

Completed in 29 milliseconds