SourceForge.net Logo

Uses of Class
org.netsnmp.NetSNMPSendError

Packages that use NetSNMPSendError
org.netsnmp   
org.netsnmp.util   
 

Uses of NetSNMPSendError in org.netsnmp
 

Subclasses of NetSNMPSendError in org.netsnmp
 class NetSNMPAuthenticationException
           
 class NetSNMPErrTooBig
          Exception thrown when an encoded pdu is too large
 

Methods in org.netsnmp that throw NetSNMPSendError
 PDU NetSNMPSyncSession.send(PDU pdu)
          Send a pdu and retrieve the result
 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
 void NetSNMPSession.send(PDU thePdu, Object o)
          Sends the pdu to the peer
 

Uses of NetSNMPSendError in org.netsnmp.util
 

Constructors in org.netsnmp.util that throw NetSNMPSendError
ValueCollector(String host, String community, OID baseOID)
          Create a new instance of a ValueCollector
ValueCollector(NetSNMPSession copySession, OID baseOID)
          Create a new instance of a ValueCollector using an exisiting session's peer, community and version.
 


SourceForge.net Logo