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

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DEnumJvmMemPoolThreshdSupport.java44 public class EnumJvmMemPoolThreshdSupport extends Enumerated implements Serializable { class in inherits:Enumerated,Serializable
57 public EnumJvmMemPoolThreshdSupport(int valueIndex) throws IllegalArgumentException { method in class:EnumJvmMemPoolThreshdSupport
61 public EnumJvmMemPoolThreshdSupport(Integer valueIndex) throws IllegalArgumentException { method in class:EnumJvmMemPoolThreshdSupport
65 public EnumJvmMemPoolThreshdSupport() throws IllegalArgumentException { method in class:EnumJvmMemPoolThreshdSupport
69 public EnumJvmMemPoolThreshdSupport(String x) throws IllegalArgumentException { method in class:EnumJvmMemPoolThreshdSupport
H A DJvmMemPoolEntryMBean.java105 public EnumJvmMemPoolThreshdSupport getJvmMemPoolThreshdSupport() throws SnmpStatusException;
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemPoolEntryImpl.java46 import sun.management.snmp.jvmmib.EnumJvmMemPoolThreshdSupport;
321 public EnumJvmMemPoolThreshdSupport getJvmMemPoolThreshdSupport()
490 private static final EnumJvmMemPoolThreshdSupport
492 new EnumJvmMemPoolThreshdSupport("supported");
493 private static final EnumJvmMemPoolThreshdSupport
495 new EnumJvmMemPoolThreshdSupport("unsupported");

Completed in 237 milliseconds