public class AuthenticationFailureEvent extends EventObject
AuthenticationFailureEvent
class describes the source
and type of an authentication failure as well as the message that caused
the error.source
Constructor and Description |
---|
AuthenticationFailureEvent(TransportListener source,
Address sourceAddress,
TransportMapping transport,
int error,
BERInputStream message)
Creates an authentication failure event.
|
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Returns the source address from which the message has been received.
|
int |
getError()
Returns the SNMP4J internal error status caused by the message.
|
BERInputStream |
getMessage()
Returns the message received.
|
TransportMapping |
getTransport()
Returns the transport mapping over which the message has bee received.
|
getSource, toString
public AuthenticationFailureEvent(TransportListener source, Address sourceAddress, TransportMapping transport, int error, BERInputStream message)
source
- the instance that generated the event.sourceAddress
- the address from where the failed message has been received.transport
- the TransportMapping
with which the message has been
received.error
- the SNMP4J MP error status caused by the message
(see SnmpConstants
).message
- the message as received at the position where processing the message
has stopped.public TransportMapping getTransport()
TransportMapping
instance.public BERInputStream getMessage()
BERInputStream
at the position where processing of the
message has stopped.public int getError()
public Address getAddress()
Address
.Copyright © 2013 SNMP4J.org. All rights reserved.