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

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java66 private long notifCount = 0; field in class:CollectionUsageThreshold.PoolRecord
74 return notifCount;
81 notifCount = minfo.getCount();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java238 private transient long notifCount = 0; field in class:CommunicatorServer
1159 notifCount = 0;
1258 notifCount++;
1261 notifCount, // sequence number
1271 + notifCount + " with message: "+ message);

Completed in 1081 milliseconds