SourceForge.net Logo

Package org.netsnmp

Interface Summary
NetSNMPAction Interface implemented by objects that will process the result of an SNMP operation.
NetSNMPSession.serialEncryption  
OID Object Identifier.
SessionProvider  
 

Class Summary
ASN_TYPE typesafe enum pattern class for ASN_TYPES from Effective Java
ASN_TYPE.asn_bit_str  
ASN_TYPE.asn_boolean  
ASN_TYPE.asn_counter  
ASN_TYPE.asn_counter64  
ASN_TYPE.asn_gauge  
ASN_TYPE.asn_integer  
ASN_TYPE.asn_ipaddress  
ASN_TYPE.asn_null  
ASN_TYPE.asn_object_id  
ASN_TYPE.asn_octet_str  
ASN_TYPE.asn_sequence  
ASN_TYPE.asn_timeticks  
ASN_TYPE.asn_unsigned  
DefaultOID  
InstanceOID A Convenience class that could save memory if used judiciously.
MIB Handling class for loading MIB modules and translating text descriptions into OIDs.
MIB.leaf  
MIBEvent  
NativeOID OID class that supplies access to native OID services
NetSNMP The NetSNMP class contains useful fields and methods.
NetSNMPSession A session with a remote agent.
NetSNMPSession.readInterrupt Deprecated.  
NetSNMPSyncSession A helper object that implements a synchronous session.
PDU Primary Data Unit A message that sent to or received from a remote SNMP agent.
PDU.entry Entry of an individual data item.
PDU.PDU_COMMAND Typesafe enum for specific PDU_COMMANDS
SecurityLevel  
SNMPVersion Type self enum pattern used to specify which version of SNMP is in use with sessions
Warnings A class to contain various warnings and messages.
 

Exception Summary
MIBItemNotFound Exception thrown when a text based lookup of an OID failed.
NetSNMPAuthenticationException  
NetSNMPBadValue Exception thrown when someone tries to extract a value to the incorrec type.
NetSNMPErrTooBig Exception thrown when an encoded pdu is too large
NetSNMPException  
NetSNMPNoResponse To be thrown if it's determined, or assumed that there is no response from a remote agent
NetSNMPNoSuchInstance  
NetSNMPSendError Exception thrown when an error occurs sending a PDU to a remote agent.
 


SourceForge.net Logo