| 
 | HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ireasoning.protocol.snmp.StatsChangeSupport
com.ireasoning.protocol.snmp.AgentUsmStats
SNMPv3 USM stats counters.
| Field Summary | |
| static SnmpOID | USM_STATS_DECRYPTION_ERRORSusmStatsDecryptionErrors OID | 
| static SnmpOID | USM_STATS_NOT_IN_TIMEWINDOWSusmStatsNotInTimeWindows OID | 
| static SnmpOID | USM_STATS_UNKNOWN_ENGINE_IDSusmStatsUnknownEngineIDs OID | 
| static SnmpOID | USM_STATS_UNKNOWN_USER_NAMESusmStatsUnknownUserNames OID | 
| static SnmpOID | USM_STATS_UNSUPPORTED_SEC_LEVELSusmStatsUnsupportedSecLevels OID | 
| static SnmpOID | USM_STATS_WRONG_DIGESTSusmStatsWrongDigests OID | 
| Constructor Summary | |
| AgentUsmStats() | |
| Method Summary | |
|  void | addPropertyChangeListener(com.ireasoning.protocol.snmp.PropertyChangeListener listener)Adds a PropertyChangeListenerto the listener list. | 
|  void | addUsmStatsDecryptionErrors(long l) | 
|  void | addUsmStatsNotInTimeWindows(long l) | 
|  void | addUsmStatsUnknownEngineIDs(long l) | 
|  void | addUsmStatsUnknownUserNames(long l) | 
|  void | addUsmStatsUnsupportedSecLevels(long l) | 
|  void | addUsmStatsWrongDigests(long l) | 
|  void | firePropertyChange(String propertyName,
                   Object oldValue,
                   Object newValue)Supports reporting bound property changes. | 
|  long | getUsmStatsDecryptionErrors()Returns the usmStatsDecryptionErrors counter. | 
|  long | getUsmStatsNotInTimeWindows()Returns the usmStatsNotInTimeWindows counter. | 
|  long | getUsmStatsUnknownEngineIDs()Returns the usmStatsUnknownEngineIDs counter. | 
|  long | getUsmStatsUnknownUserNames()Returns the usmStatsUnknownUserNames counter. | 
|  long | getUsmStatsUnsupportedSecLevels()Returns the usmStatsUnsupportedSecLevels counter. | 
|  long | getUsmStatsWrongDigests()Returns the usmStatsWrongDigests counter. | 
|  void | removePropertyChangeListener(com.ireasoning.protocol.snmp.PropertyChangeListener listener)Removes a PropertyChangeListenerfrom the listener list. | 
|  void | setUsmStatsDecryptionErrors(long l) | 
|  void | setUsmStatsNotInTimeWindows(long l) | 
|  void | setUsmStatsUnknownEngineIDs(long l) | 
|  void | setUsmStatsUnknownUserNames(long l) | 
|  void | setUsmStatsUnsupportedSecLevels(long l) | 
|  void | setUsmStatsWrongDigests(long l) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final SnmpOID USM_STATS_UNSUPPORTED_SEC_LEVELS
public static final SnmpOID USM_STATS_NOT_IN_TIMEWINDOWS
public static final SnmpOID USM_STATS_UNKNOWN_USER_NAMES
public static final SnmpOID USM_STATS_UNKNOWN_ENGINE_IDS
public static final SnmpOID USM_STATS_WRONG_DIGESTS
public static final SnmpOID USM_STATS_DECRYPTION_ERRORS
| Constructor Detail | 
public AgentUsmStats()
| Method Detail | 
public long getUsmStatsUnsupportedSecLevels()
public void setUsmStatsUnsupportedSecLevels(long l)
public void addUsmStatsUnsupportedSecLevels(long l)
public long getUsmStatsNotInTimeWindows()
public void setUsmStatsNotInTimeWindows(long l)
public void addUsmStatsNotInTimeWindows(long l)
public long getUsmStatsUnknownUserNames()
public void setUsmStatsUnknownUserNames(long l)
public void addUsmStatsUnknownUserNames(long l)
public long getUsmStatsUnknownEngineIDs()
public void setUsmStatsUnknownEngineIDs(long l)
public void addUsmStatsUnknownEngineIDs(long l)
public long getUsmStatsWrongDigests()
public void setUsmStatsWrongDigests(long l)
public void addUsmStatsWrongDigests(long l)
public long getUsmStatsDecryptionErrors()
public void setUsmStatsDecryptionErrors(long l)
public void addUsmStatsDecryptionErrors(long l)
public void firePropertyChange(String propertyName,
                               Object oldValue,
                               Object newValue)
PropertyChangeEvent to any registered 
 PropertyChangeListeners.
public void addPropertyChangeListener(com.ireasoning.protocol.snmp.PropertyChangeListener listener)
PropertyChangeListener to the listener list.
 The listener is registered for all properties.
 
 A PropertyChangeEvent will get fired in response to setting
 a bound property, e.g. setFont, setBackground,
 or setForeground.
 Note that if the current component is inheriting its foreground, 
 background, or font from its container, then no event will be 
 fired in response to a change in the inherited property.
listener - The PropertyChangeListener to be addedpublic void removePropertyChangeListener(com.ireasoning.protocol.snmp.PropertyChangeListener listener)
PropertyChangeListener from the listener list.
 This removes a PropertyChangeListener that was registered
 for all properties.
listener - the PropertyChangeListener to be removed| 
 | HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||