SourceForge.net Logo

Uses of Class
org.netsnmp.ASN.ASNValue

Packages that use ASNValue
org.netsnmp   
org.netsnmp.ASN   
org.netsnmp.util   
 

Uses of ASNValue in org.netsnmp
 

Fields in org.netsnmp declared as ASNValue
 ASNValue PDU.entry.value
           
 

Methods in org.netsnmp that return ASNValue
 ASNValue PDU.findValue(OID oid)
          Retrieve a value from the pdu corresponding to the oid
 ASNValue PDU.findValue(OID oid, int inst)
          Retrieives a value from the pdu corresponding to the oid and the instance
 ASNValue NetSNMPSyncSession.set(OID oid, ASNValue v)
          Sets a single value for a given OID
 ASNValue NetSNMPSyncSession.get(OID oid)
          Retrieves a single value for a given OID
 ASNValue NetSNMPSyncSession.get(String descr)
          Retrieves a single value for a given string descriptor
 

Methods in org.netsnmp with parameters of type ASNValue
 void PDU.addEntry(int[] oidDescr, ASNValue v)
           
 void PDU.addEntry(OID o, ASNValue v)
           
 OID PDU.addEntry(String desc, ASNValue v)
          Add an entry into the PDU
 void PDU.setEntries(OID[] oids, ASNValue[] values)
           
 void PDU.setValue(OID oid, ASNValue value)
          Replaces the existing value corresponding to oid in the pdu.
 ASNValue NetSNMPSyncSession.set(OID oid, ASNValue v)
          Sets a single value for a given OID
 

Constructors in org.netsnmp with parameters of type ASNValue
PDU.entry(OID o, ASNValue v)
           
 

Uses of ASNValue in org.netsnmp.ASN
 

Subclasses of ASNValue in org.netsnmp.ASN
 class COUNTER
          Used to represent a COUNTER type.
 class GAUGE
           
 class INTEGER
           
 class IPADDRESS
          Class represents an IP Address.
 class NO_SUCH_INSTANCE
          Class used to substitute for an object when the object is not found in an agent.
 class NO_SUCH_OBJECT
          Class used to substitute for an object when the object is not found in an agent.
 class NULL
           
 class OBJECTID
           
 class OCTET_STR
           
 class TIMETICKS
           
 class UNSIGNED
           
 

Methods in org.netsnmp.ASN with parameters of type ASNValue
 String ASNFormat.format(ASNValue v)
           
 

Uses of ASNValue in org.netsnmp.util
 

Methods in org.netsnmp.util that return ASNValue
 ASNValue[] ValueCollector.values()
           
 


SourceForge.net Logo