Uses of Class
com.sun.management.GarbageCollectionNotificationInfo
-
Packages that use GarbageCollectionNotificationInfo Package Description com.sun.management Extensions ofjava.lang.management
.com.sun.management.internal -
-
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
. -
Uses of GarbageCollectionNotificationInfo in com.sun.management.internal
Methods in com.sun.management.internal with parameters of type GarbageCollectionNotificationInfo Modifier and Type Method Description static CompositeData
GarbageCollectionNotificationInfoUtil. toCompositeData(GarbageCollectionNotificationInfo info)
-