Searched defs:MemoryNotificationInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DMemoryNotificationInfo.java56 * the <tt>MemoryNotificationInfo</tt> object
61 * a <tt>CompositeData</tt> to a <tt>MemoryNotificationInfo</tt>
71 * if (notifType.equals(MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED) ||
72 * notifType.equals(MemoryNotificationInfo.MEMORY_COLLECTION_THRESHOLD_EXCEEDED)) {
75 * MemoryNotificationInfo info = MemoryNotificationInfo.from(cd);
107 public class MemoryNotificationInfo { class
142 * Constructs a <tt>MemoryNotificationInfo</tt> object.
148 public MemoryNotificationInfo(String poolName, method in class:MemoryNotificationInfo
163 MemoryNotificationInfo(CompositeDat method in class:MemoryNotificationInfo
[all...]

Completed in 21 milliseconds