JoeSNMP API 0.3.3

Uses of Class
org.opennms.protocols.snmp.SnmpAgentSession

Packages that use SnmpAgentSession
org.opennms.protocols.snmp   
 

Uses of SnmpAgentSession in org.opennms.protocols.snmp
 

Fields in org.opennms.protocols.snmp declared as SnmpAgentSession
private  SnmpAgentSession SnmpAgentSession.AgentHandler.m_forWhom
          Who to pass as the session parameter
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpAgentSession
 void SnmpAgentHandler.snmpReceivedPdu(SnmpAgentSession session, java.net.InetAddress manager, int port, SnmpOctetString community, SnmpPduPacket pdu)
          This method is defined to handle SNMP requests that are received by the session.
 void SnmpAgentHandler.SnmpAgentSessionError(SnmpAgentSession session, int error, java.lang.Object ref)
          This method is invoked if an error occurs in the session.
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpAgentSession
SnmpAgentSession.AgentHandler(SnmpAgentSession sess)
          Creates an internal agent handler to be the intermediary for the interface between the SnmpPortal and the Session.
 


JoeSNMP API 0.3.3

Generated by fnasser on ${TODAY} ${TSTAMP}.