Searched refs:MemoryNotificationInfo (Results 1 - 12 of 12) 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...]
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryNotifInfoCompositeData.java28 import java.lang.management.MemoryNotificationInfo;
36 * A CompositeData for MemoryNotificationInfo for the local management support.
41 private final MemoryNotificationInfo memoryNotifInfo;
43 private MemoryNotifInfoCompositeData(MemoryNotificationInfo info) {
47 public MemoryNotificationInfo getMemoryNotifInfo() {
51 public static CompositeData toCompositeData(MemoryNotificationInfo info) {
80 MappedMXBeanType.toOpenType(MemoryNotificationInfo.class);
126 "Unexpected composite type for MemoryNotificationInfo");
H A DMemoryImpl.java31 import java.lang.management.MemoryNotificationInfo;
110 MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED,
111 MemoryNotificationInfo.MEMORY_COLLECTION_THRESHOLD_EXCEEDED
161 MemoryNotificationInfo info =
162 new MemoryNotificationInfo(poolName,
H A DMemoryPoolImpl.java36 import static java.lang.management.MemoryNotificationInfo.*;
H A DMappedMXBeanType.java28 import java.lang.management.MemoryNotificationInfo;
709 if (data instanceof MemoryNotificationInfo) {
711 toCompositeData((MemoryNotificationInfo) data);
/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DMemoryNotifInfoCompositeData.java27 * @summary Test MemoryNotificationInfo.from to return a valid
28 * MemoryNotificationInfo object. Or throw exception if
38 import java.lang.management.MemoryNotificationInfo;
77 "CompositeType for MemoryNotificationInfo",
86 MemoryNotificationInfo info = MemoryNotificationInfo.from(cd);
123 "CompositeType for MemoryNotificationInfo",
133 MemoryNotificationInfo info = MemoryNotificationInfo.from(cd);
146 "CompositeType for MemoryNotificationInfo",
[all...]
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java79 void addNotification(MemoryNotificationInfo minfo) {
89 if (type.equals(MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED) ||
90 type.equals(MemoryNotificationInfo.
92 MemoryNotificationInfo minfo = MemoryNotificationInfo.
101 if (type != MemoryNotificationInfo.
H A DMemoryManagement.java56 if (type.equals(MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED) ||
57 type.equals(MemoryNotificationInfo.
60 MemoryNotificationInfo minfo = MemoryNotificationInfo.
H A DLowMemoryTest.java57 if (type.equals(MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED) ||
58 type.equals(MemoryNotificationInfo.
61 MemoryNotificationInfo minfo = MemoryNotificationInfo.
75 MemoryNotificationInfo minfo = MemoryNotificationInfo.
H A DLowMemoryTest2.java48 if (type.equals(MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED) ||
49 type.equals(MemoryNotificationInfo.
52 MemoryNotificationInfo minfo = MemoryNotificationInfo.
H A DMemoryUtil.java109 (MemoryNotificationInfo minfo, String type) {
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java78 import java.lang.management.MemoryNotificationInfo;
117 if (type.equals(MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED) ||
118 type.equals(MemoryNotificationInfo.
120 MemoryNotificationInfo minfo = MemoryNotificationInfo.
144 if (type.equals(MemoryNotificationInfo.
156 } else if (type.equals(MemoryNotificationInfo.

Completed in 1514 milliseconds