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

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DMemoryPoolMXBean.java113 * Each memory pool maintains a {@link #getUsageThresholdCount
196 * the {@link #getUsageThresholdCount} method
216 * pool.getUsageThresholdCount() == prevCrossingCount) {
230 * prevCrossingCount = pool.getUsageThresholdCount();
302 * by the {@link #getUsageThresholdCount} method to determine if
523 public long getUsageThresholdCount(); method in interface:MemoryPoolMXBean
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryPoolImpl.java187 public long getUsageThresholdCount() { method in class:MemoryPoolImpl
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemPoolEntryImpl.java336 final long val = pool.getUsageThresholdCount();

Completed in 33 milliseconds