|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.snmp2.usm.USMStats
This class contains methods to get and increment the counter values received by the SNMP engine which were dropped because of errors like unsupportedSecurityLevel, notInTimeWindows, unknownUserNames, unknownEngineIDs, wrongDigests and decryptionErrors.
Constructor Summary | |
USMStats()
|
Method Summary | |
static long |
getDecryptionErrors()
Returns the decryptionErrors count. |
static long |
getNotInTimeWindows()
Returns the notInTimeWindows count. |
static long |
getUnknownEngineIDs()
Returns the unknownEngineIDs count. |
static long |
getUnknownUserNames()
Returns the unknownUserNames count. |
static long |
getUnsupportedSecLevels()
Returns the unsupportedSecurityLevel count. |
static long |
getWrongDigests()
Returns the wrongDigets count. |
static void |
incrDecryptionErrors()
Increments the decryptionErrors count by 1. |
static void |
incrNotInTimeWindows()
Increments the notInTimeWindows count by 1. |
static void |
incrUnknownEngineIDs()
Increments the unknownEngineIDs count by 1. |
static void |
incrUnknownUserNames()
Increments the unknownUserNames count by 1. |
static void |
incrUnsupportedSecLevels()
Increments the unsupportedSecLevels count by 1. |
static void |
incrWrongDigests()
Increments the wrongDigests count by 1. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public USMStats()
Method Detail |
public static long getUnsupportedSecLevels()
public static void incrUnsupportedSecLevels()
public static long getNotInTimeWindows()
public static void incrNotInTimeWindows()
public static long getUnknownUserNames()
public static void incrUnknownUserNames()
public static long getUnknownEngineIDs()
public static void incrUnknownEngineIDs()
public static long getWrongDigests()
public static void incrWrongDigests()
public static long getDecryptionErrors()
public static void incrDecryptionErrors()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |