publicfinalstatic
String MEMORY_COLLECTION_THRESHOLD_EXCEEDED
= "java.management.memory.collection.threshold.exceeded"
Notification type denoting that
the memory usage of a memory pool is greater than or equal to its
collection usage threshold after the Java virtual machine
has expended effort in recycling unused objects in that
memory pool.
publicfinalstatic
String MEMORY_THRESHOLD_EXCEEDED
= "java.management.memory.threshold.exceeded"
Notification type denoting that
the memory usage of a memory pool has
reached or exceeded its
usage threshold value.