Uses of Class
org.snmp4j.event.CounterEvent
-
Packages that use CounterEvent Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.event Provides classes and interfaces for SNMP4J event processing.org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. -
-
Uses of CounterEvent in org.snmp4j
Fields in org.snmp4j declared as CounterEvent Modifier and Type Field Description private CounterEvent
Snmp.PendingRequest. waitTime
private CounterEvent
Snmp.PendingRequest. waitTimeTarget
Methods in org.snmp4j with parameters of type CounterEvent Modifier and Type Method Description protected void
MessageDispatcherImpl. fireIncrementCounter(CounterEvent event)
Fires a counter incrementation event. -
Uses of CounterEvent in org.snmp4j.event
Methods in org.snmp4j.event with parameters of type CounterEvent Modifier and Type Method Description void
CounterListener. incrementCounter(CounterEvent event)
Increment the supplied counter instance and return the current value (after incrementation) in the event object if the event receiver is the maintainer of the counter value. -
Uses of CounterEvent in org.snmp4j.mp
Methods in org.snmp4j.mp with parameters of type CounterEvent Modifier and Type Method Description void
CounterSupport. fireIncrementCounter(CounterEvent event)
Inform all registered listeners that the supplied counter needs to be incremented.protected void
MPv3. fireIncrementCounter(CounterEvent e)
Fire a counter incrementation event.void
DefaultCounterListener. incrementCounter(CounterEvent event)
-
Uses of CounterEvent in org.snmp4j.security
Methods in org.snmp4j.security with parameters of type CounterEvent Modifier and Type Method Description protected void
TSM. fireIncrementCounter(CounterEvent e)
protected void
USM. fireIncrementCounter(CounterEvent e)
private void
TSM. updateStatusInfo(int securityLevel, StatusInformation statusInfo, CounterEvent event)
-