| java.lang.Object java.lang.management.MemoryNotificationInfo
MemoryNotificationInfo | public class MemoryNotificationInfo (Code) | |
Memory notification information.
since: 1.5 |
MEMORY_COLLECTION_THRESHOLD_EXCEEDED | final public static String MEMORY_COLLECTION_THRESHOLD_EXCEEDED(Code) | | |
MEMORY_THRESHOLD_EXCEEDED | final public static String MEMORY_THRESHOLD_EXCEEDED(Code) | | |
MemoryNotificationInfo | public MemoryNotificationInfo(String poolName, MemoryUsage usage, long count)(Code) | |
Constructs a MemoryNotificationInfo instance.
Parameters: poolName - The memory pool name. Parameters: usage - The memory usage snapshot. Parameters: count - The threshold crossing count. |
getCount | public long getCount()(Code) | | |
|
|