Uses of Class
org.snmp4j.smi.Integer32

Packages that use Integer32
org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. 
org.snmp4j.mp Provides classes and interfaces for the SNMP message processing. 
org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. 
 

Uses of Integer32 in org.snmp4j
 

Fields in org.snmp4j declared as Integer32
protected  Integer32 PDU.errorIndex
           
protected  Integer32 PDU.errorStatus
           
protected  Integer32 PDU.requestID
           
 

Methods in org.snmp4j that return Integer32
 Integer32 PDU.getRequestID()
          Gets the request ID associated with this PDU.
 

Methods in org.snmp4j with parameters of type Integer32
 void PDU.setRequestID(Integer32 requestID)
          Sets the request ID for this PDU.
 

Uses of Integer32 in org.snmp4j.mp
 

Methods in org.snmp4j.mp that return Integer32
 Integer32 StatusInformation.getSecurityLevel()
           
 

Methods in org.snmp4j.mp with parameters of type Integer32
 int MessageProcessingModel.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference stateReference)
          Prepare data elements from an incoming SNMP message as described in RFC3412 ยง7.2.
 int MPv2c.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference stateReference)
           
 int MPv1.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference stateReference)
           
 int MPv3.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference)
           
 void StatusInformation.setSecurityLevel(Integer32 securityLevel)
           
 

Constructors in org.snmp4j.mp with parameters of type Integer32
StatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel)
           
 

Uses of Integer32 in org.snmp4j.security
 

Methods in org.snmp4j.security with parameters of type Integer32
 SecurityModel SecurityModels.getSecurityModel(Integer32 id)
          Returns a security model from the central repository of security models.
 int USM.processIncomingMsg(int snmpVersion, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo)
           
 int SecurityModel.processIncomingMsg(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo)
          Processes an incoming message and returns its plaintext payload.
 SecurityModel SecurityModels.removeSecurityModel(Integer32 id)
          Removes a security model from the central repository of security models.
 

Constructors in org.snmp4j.security with parameters of type Integer32
UsmSecurityParameters(OctetString authoritativeEngineID, Integer32 authoritativeEngineBoots, Integer32 authoritativeEngineTime, OctetString userName, AuthenticationProtocol authenticationProtocol, PrivacyProtocol privacyProtocol)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.