SourceForge.net Logo

Uses of Class
org.netsnmp.NetSNMPNoSuchInstance

Packages that use NetSNMPNoSuchInstance
org.netsnmp.ASN   
 

Uses of NetSNMPNoSuchInstance in org.netsnmp.ASN
 

Methods in org.netsnmp.ASN that throw NetSNMPNoSuchInstance
 boolean NO_SUCH_INSTANCE.toBoolean()
          Converts the value to a boolean.
 int NO_SUCH_INSTANCE.toInt()
          Converts the value to a java int.
 long NO_SUCH_INSTANCE.toInt64()
          Converts the value to java long.
 byte[] NO_SUCH_INSTANCE.toOctetString()
          Converts the value to an integer.
 int[] NO_SUCH_INSTANCE.toOBJECTID()
          Converts the value to an OBJECTOID
 


SourceForge.net Logo