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

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DEnumJvmMemPoolCollectThreshdSupport.java44 public class EnumJvmMemPoolCollectThreshdSupport extends Enumerated implements Serializable { class in inherits:Enumerated,Serializable
57 public EnumJvmMemPoolCollectThreshdSupport(int valueIndex) throws IllegalArgumentException { method in class:EnumJvmMemPoolCollectThreshdSupport
61 public EnumJvmMemPoolCollectThreshdSupport(Integer valueIndex) throws IllegalArgumentException { method in class:EnumJvmMemPoolCollectThreshdSupport
65 public EnumJvmMemPoolCollectThreshdSupport() throws IllegalArgumentException { method in class:EnumJvmMemPoolCollectThreshdSupport
69 public EnumJvmMemPoolCollectThreshdSupport(String x) throws IllegalArgumentException { method in class:EnumJvmMemPoolCollectThreshdSupport
H A DJvmMemPoolEntryMBean.java60 public EnumJvmMemPoolCollectThreshdSupport getJvmMemPoolCollectThreshdSupport() throws SnmpStatusException;
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemPoolEntryImpl.java47 import sun.management.snmp.jvmmib.EnumJvmMemPoolCollectThreshdSupport;
385 public EnumJvmMemPoolCollectThreshdSupport
497 private static final EnumJvmMemPoolCollectThreshdSupport
499 new EnumJvmMemPoolCollectThreshdSupport("supported");
500 private static final EnumJvmMemPoolCollectThreshdSupport
502 new EnumJvmMemPoolCollectThreshdSupport("unsupported");

Completed in 30 milliseconds