org.snmp4j.mp
Class MPv3.CacheEntry
java.lang.Object
org.snmp4j.mp.StateReference
org.snmp4j.mp.MPv3.CacheEntry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- MPv3
protected static class MPv3.CacheEntry
- extends StateReference
The CacheEntry
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
Methods inherited from class org.snmp4j.mp.StateReference |
equals, getAddress, getContextEngineID, getContextName, getErrorCode, getMaxSizeResponseScopedPDU, getMsgFlags, getMsgID, getPduHandle, getSecurityEngineID, getSecurityLevel, getSecurityModel, getSecurityName, getSecurityStateReference, getTransportMapping, hashCode, isReportable, setAddress, setContextEngineID, setContextName, setErrorCode, setMaxSizeResponseScopedPDU, setMsgFlags, setMsgID, setPduHandle, setSecurityEngineID, setSecurityLevel, setSecurityModel, setSecurityName, setSecurityStateReference, setTransportMapping, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MPv3.CacheEntry
public MPv3.CacheEntry(int msgID,
long reqID,
byte[] secEngineID,
SecurityModel secModel,
byte[] secName,
int secLevel,
byte[] contextEngineID,
byte[] contextName,
SecurityStateReference secStateReference,
int errorCode)
Copyright © 2011 SNMP4J.org. All Rights Reserved.