- java.lang.Object
-
- org.snmp4j.mp.StateReference<A>
-
- org.snmp4j.mp.MPv3.CacheEntry<A>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MPv3
protected static class MPv3.CacheEntry<A extends Address> extends StateReference<A>
TheCacheEntry
class holds state reference information for the MPv3 message processing model for a single message.- Version:
- 1.0
- Author:
- Frank Fock
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.snmp4j.mp.StateReference
retryMsgIDs
-
-
Constructor Summary
Constructors Constructor Description CacheEntry(int msgID, long reqID, byte[] secEngineID, SecurityModel secModel, byte[] secName, int secLevel, byte[] contextEngineID, byte[] contextName, SecurityStateReference secStateReference, int errorCode)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from class org.snmp4j.mp.StateReference
addMessageIDs, createMessageID, equals, equalsExceptMsgID, getAddress, getContextEngineID, getContextName, getErrorCode, getMaxSizeResponseScopedPDU, getMessageIDs, getMsgFlags, getMsgID, getPduHandle, getSecurityEngineID, getSecurityLevel, getSecurityModel, getSecurityName, getSecurityStateReference, getTransportMapping, hashCode, isMatchingMessageID, isMatchingMessageID, isReportable, setAddress, setContextEngineID, setContextName, setErrorCode, setMaxSizeResponseScopedPDU, setMsgFlags, setMsgID, setMsgID, setPduHandle, setSecurityEngineID, setSecurityLevel, setSecurityModel, setSecurityName, setSecurityStateReference, setTransportMapping, toString, updateRequestStatisticsPduHandle
-
-
-
-
Constructor Detail
-
CacheEntry
public CacheEntry(int msgID, long reqID, byte[] secEngineID, SecurityModel secModel, byte[] secName, int secLevel, byte[] contextEngineID, byte[] contextName, SecurityStateReference secStateReference, int errorCode)
-
-