Uses of Class
com.sun.management.GarbageCollectionNotificationInfo
-
Packages that use GarbageCollectionNotificationInfo Package Description com.sun.management This package contains Oracle Corporation's platform extension to the implementation of thejava.lang.management
API and also defines the management interface for some other components for the platform. -
-
Uses of GarbageCollectionNotificationInfo in com.sun.management
Methods in com.sun.management that return GarbageCollectionNotificationInfo Modifier and Type Method Description static GarbageCollectionNotificationInfo
GarbageCollectionNotificationInfo. from(CompositeData cd)
Returns aGarbageCollectionNotificationInfo
object represented by the givenCompositeData
.
-