Searched refs:SnmpGauge (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpGauge.java38 public class SnmpGauge extends SnmpUnsignedInt { class in inherits:SnmpUnsignedInt
44 * Constructs a new <CODE>SnmpGauge</CODE> from the specified integer value.
49 public SnmpGauge(int v) throws IllegalArgumentException { method in class:SnmpGauge
54 * Constructs a new <CODE>SnmpGauge</CODE> from the specified <CODE>Integer</CODE> value.
59 public SnmpGauge(Integer v) throws IllegalArgumentException { method in class:SnmpGauge
64 * Constructs a new <CODE>SnmpGauge</CODE> from the specified long value.
69 public SnmpGauge(long v) throws IllegalArgumentException { method in class:SnmpGauge
74 * Constructs a new <CODE>SnmpGauge</CODE> from the specified <CODE>Long</CODE> value.
79 public SnmpGauge(Long v) throws IllegalArgumentException { method in class:SnmpGauge
H A DSnmpMsg.java269 else if (v instanceof SnmpGauge) {
270 benc.putInteger(((SnmpGauge)v).longValue(), SnmpValue.GaugeTag) ;
406 result = new SnmpGauge(bdec.fetchIntegerAsLong(tag)) ;
409 // BerException("Can't build SnmpGauge from decoded value.");
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmClassLoadingMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
104 return new SnmpGauge(node.getJvmClassesLoadedCount());
H A DJvmThreadingMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
111 return new SnmpGauge(node.getJvmThreadDaemonCount());
114 return new SnmpGauge(node.getJvmThreadCount());
H A DJvmCompilationMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemGCEntryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemGCTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemManagerEntryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemManagerTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemMgrPoolRelEntryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemMgrPoolRelTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemPoolTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmOSMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTBootClassPathEntryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTBootClassPathTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTClassPathEntryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTClassPathTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTInputArgsEntryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTInputArgsTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTLibraryPathEntryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRTLibraryPathTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmThreadInstanceTableMeta.java43 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmMemoryMeta.java41 import com.sun.jmx.snmp.SnmpGauge;
149 return new SnmpGauge(node.getJvmMemoryPendingFinalCount());
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadingMetaImpl.java36 import com.sun.jmx.snmp.SnmpGauge;
H A DJvmRuntimeMetaImpl.java36 import com.sun.jmx.snmp.SnmpGauge;

Completed in 132 milliseconds

12