Uses of Class
com.sun.management.GcInfo
| Package | Description | 
|---|---|
| com.sun.management | This package contains the JDK's extension to
 the standard implementation of the
  java.lang.managementAPI and also defines the management
 interface for some other components of the platform. | 
- 
Uses of GcInfo in com.sun.managementMethods in com.sun.management that return GcInfo Modifier and Type Method Description static GcInfoGcInfo. from(CompositeData cd)Returns aGcInfoobject represented by the givenCompositeData.GcInfoGarbageCollectionNotificationInfo. getGcInfo()Returns the GC information related to the last garbage collectionGcInfoGarbageCollectorMXBean. getLastGcInfo()Returns the GC information about the most recent GC.Constructors in com.sun.management with parameters of type GcInfo Constructor Description GarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo)Constructs aGarbageCollectionNotificationInfoobject.