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

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DEnumJvmThreadContentionMonitoring.java44 public class EnumJvmThreadContentionMonitoring extends Enumerated implements Serializable { class in inherits:Enumerated,Serializable
59 public EnumJvmThreadContentionMonitoring(int valueIndex) throws IllegalArgumentException { method in class:EnumJvmThreadContentionMonitoring
63 public EnumJvmThreadContentionMonitoring(Integer valueIndex) throws IllegalArgumentException { method in class:EnumJvmThreadContentionMonitoring
67 public EnumJvmThreadContentionMonitoring() throws IllegalArgumentException { method in class:EnumJvmThreadContentionMonitoring
71 public EnumJvmThreadContentionMonitoring(String x) throws IllegalArgumentException { method in class:EnumJvmThreadContentionMonitoring
H A DJvmThreadingMBean.java60 public EnumJvmThreadContentionMonitoring getJvmThreadContentionMonitoring() throws SnmpStatusException;
65 public void setJvmThreadContentionMonitoring(EnumJvmThreadContentionMonitoring x) throws SnmpStatusException;
70 public void checkJvmThreadContentionMonitoring(EnumJvmThreadContentionMonitoring x) throws SnmpStatusException;
H A DJvmThreadingMeta.java150 node.setJvmThreadContentionMonitoring( new EnumJvmThreadContentionMonitoring (((SnmpInt)x).toInteger()));
210 node.checkJvmThreadContentionMonitoring( new EnumJvmThreadContentionMonitoring (((SnmpInt)x).toInteger()));
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadingImpl.java47 import sun.management.snmp.jvmmib.EnumJvmThreadContentionMonitoring;
110 static final EnumJvmThreadContentionMonitoring
112 new EnumJvmThreadContentionMonitoring("unsupported");
113 static final EnumJvmThreadContentionMonitoring
115 new EnumJvmThreadContentionMonitoring("enabled");
116 static final EnumJvmThreadContentionMonitoring
118 new EnumJvmThreadContentionMonitoring("disabled");
233 public EnumJvmThreadContentionMonitoring getJvmThreadContentionMonitoring()
259 EnumJvmThreadContentionMonitoring x)
275 EnumJvmThreadContentionMonitoring
[all...]

Completed in 182 milliseconds