Uses of Class
org.snmp4j.mp.StateReference
-
Packages that use StateReference Package Description 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.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of StateReference in org.snmp4j
Methods in org.snmp4j that return StateReference Modifier and Type Method Description StateReference
CommandResponderEvent. getStateReference()
Methods in org.snmp4j with parameters of type StateReference Modifier and Type Method Description int
MessageDispatcher. returnResponsePdu(int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference, StatusInformation statusInformation)
Returns a response PDU to the sender of the corresponding request PDU.int
MessageDispatcherImpl. returnResponsePdu(int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference, StatusInformation statusInformation)
void
CommandResponderEvent. setStateReference(StateReference stateReference)
Constructors in org.snmp4j with parameters of type StateReference Constructor Description CommandResponderEvent(MessageDispatcher messageDispatcher, TransportMapping<?> transportMapping, Address sourceAddress, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PduHandle pduHandle, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference)
Constructs an event for processing an incoming request or notification PDU. -
Uses of StateReference in org.snmp4j.mp
Subclasses of StateReference in org.snmp4j.mp Modifier and Type Class Description protected static class
MPv3.CacheEntry
TheCacheEntry
class holds state reference information for the MPv3 message processing model for a single message.Methods in org.snmp4j.mp that return StateReference Modifier and Type Method Description StateReference
MutableStateReference. getStateReference()
StateReference
MPv3.Cache. popEntry(int msgID)
Pop the cache entry with the supplied ID from the cache.Methods in org.snmp4j.mp with parameters of type StateReference Modifier and Type Method Description int
MPv3.Cache. addEntry(StateReference entry)
Adds aStateReference
to the cache.boolean
StateReference. equalsExceptMsgID(StateReference other)
int
MessageProcessingModel. prepareResponseMessage(int messageProcessingModel, int maxMsgSize, int securityModel, byte[] securityName, int securityLevel, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference, StatusInformation statusInformation, BEROutputStream outgoingMessage)
Prepares a response message as defined in RFC3412 ยง7.1.int
MPv1. prepareResponseMessage(int messageProcessingModel, int maxMessageSize, int securityModel, byte[] securityName, int securityLevel, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference, StatusInformation statusInformation, BEROutputStream outgoingMessage)
int
MPv2c. prepareResponseMessage(int messageProcessingModel, int maxMessageSize, int securityModel, byte[] securityName, int securityLevel, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference, StatusInformation statusInformation, BEROutputStream outgoingMessage)
int
MPv3. prepareResponseMessage(int messageProcessingModel, int maxMessageSize, int securityModel, byte[] securityName, int securityLevel, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference, StatusInformation statusInformation, BEROutputStream outgoingMessage)
int
MPv3. sendReport(MessageDispatcher messageDispatcher, ScopedPDU pdu, int securityLevel, int securityModel, OctetString securityName, int maxSizeResponseScopedPDU, StateReference stateReference, VariableBinding payload)
Sends a report message.void
MutableStateReference. setStateReference(StateReference stateReference)
-
Uses of StateReference in org.snmp4j.util
Methods in org.snmp4j.util with parameters of type StateReference Modifier and Type Method Description int
MultiThreadedMessageDispatcher. returnResponsePdu(int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, int maxSizeResponseScopedPDU, StateReference stateReference, StatusInformation statusInformation)
-