Uses of Class
org.snmp4j.event.AuthenticationFailureEvent
Packages that use AuthenticationFailureEvent
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for SNMP4J event processing.
-
Uses of AuthenticationFailureEvent in org.snmp4j
Methods in org.snmp4j with parameters of type AuthenticationFailureEventModifier and TypeMethodDescriptionprotected void
MessageDispatcherImpl.fireAuthenticationFailure(AuthenticationFailureEvent<?> event)
Fires anAuthenticationFailureEvent
to all registered listeners. -
Uses of AuthenticationFailureEvent in org.snmp4j.event
Methods in org.snmp4j.event with parameters of type AuthenticationFailureEventModifier and TypeMethodDescription<A extends Address>
voidAuthenticationFailureListener.authenticationFailure(AuthenticationFailureEvent<A> event)
Informs about an authentication failure occurred while processing the message contained in the supplied event object.