Searched refs:memoryNotifInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryNotifInfoCompositeData.java41 private final MemoryNotificationInfo memoryNotifInfo; field in class:MemoryNotifInfoCompositeData
44 this.memoryNotifInfo = info;
48 return memoryNotifInfo;
61 memoryNotifInfo.getPoolName(),
62 MemoryUsageCompositeData.toCompositeData(memoryNotifInfo.getUsage()),
63 new Long(memoryNotifInfo.getCount()),

Completed in 33 milliseconds