Uses of Class
java.lang.management.MemoryNotificationInfo
Package | Description |
---|---|
java.lang.management |
Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
|
-
Uses of MemoryNotificationInfo in java.lang.management
Methods in java.lang.management that return MemoryNotificationInfo Modifier and Type Method Description static MemoryNotificationInfo
MemoryNotificationInfo. from(CompositeData cd)
Returns aMemoryNotificationInfo
object represented by the givenCompositeData
.