JoeSNMP API 0.3.3

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

Packages that use SnmpInt32
org.opennms.protocols.snmp   
 

Uses of SnmpInt32 in org.opennms.protocols.snmp
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpInt32
 void SnmpTrapSession.TrapHandler.processSnmpMessage(java.net.InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          Processes the default V1 & V2 messages.
 void SnmpAgentSession.AgentHandler.processSnmpMessage(java.net.InetAddress manager, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          Processes the default V1 & V2 messages.
 void SnmpSession.SessionHandler.processSnmpMessage(java.net.InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
           
 void SnmpPacketHandler.processSnmpMessage(java.net.InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          This method is used to process received SNMP messages in the standard V1 & V2 format.
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpInt32
SnmpInt32(SnmpInt32 second)
          Class copy constructor.
 


JoeSNMP API 0.3.3

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