Uses of Class
org.snmp4j.event.AuthenticationFailureEvent
-
Packages that use AuthenticationFailureEvent 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. -
-
Uses of AuthenticationFailureEvent in org.snmp4j
Methods in org.snmp4j with parameters of type AuthenticationFailureEvent Modifier and Type Method Description protected 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 AuthenticationFailureEvent Modifier and Type Method Description <A extends Address>
voidAuthenticationFailureListener. authenticationFailure(AuthenticationFailureEvent<A> event)
Informs about an authentication failure occurred while processing the message contained in the supplied event object.
-