JoeSNMP API 0.3.3

Uses of Interface
org.opennms.protocols.snmp.SnmpAgentHandler

Packages that use SnmpAgentHandler
org.opennms.protocols.snmp   
 

Uses of SnmpAgentHandler in org.opennms.protocols.snmp
 

Fields in org.opennms.protocols.snmp declared as SnmpAgentHandler
private  SnmpAgentHandler SnmpAgentSession.m_handler
          The public trap handler that process received traps.
 

Methods in org.opennms.protocols.snmp that return SnmpAgentHandler
 SnmpAgentHandler SnmpAgentSession.getHandler()
          Returns the trap handler for this trap session.
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpAgentHandler
 void SnmpAgentSession.setHandler(SnmpAgentHandler hdl)
          Sets the trap handler for the session.
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpAgentHandler
SnmpAgentSession(SnmpAgentHandler handler)
          The SnmpAgentSession constructor that takes a packet handler as parameter.
SnmpAgentSession(SnmpAgentHandler handler, SnmpPeer peer)
          The default SnmpAgentSession constructor that takes a packet handler and SnmpPeer as parameter.
SnmpAgentSession(SnmpAgentHandler handler, SnmpPeer peer, int numOfThreads)
          The SnmpAgentSession constructor that takes a packet handler, SnmpPeer, numOfThreads as parameter.
SnmpAgentSession(SnmpAgentHandler handler, SnmpPeer peer, int numOfThreads, int receiveBuffer, int sendBuffer)
          The SnmpAgentSession constructor that takes a packet handler, SnmpPeer, numOfThreads as parameter.
 


JoeSNMP API 0.3.3

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