public class SnmpEngineEvent extends EventObject
SnmpEngineEvent
describes events generated on behalf of
the engine ID cache of the SNMPv3 message processing model (MPv3).Modifier and Type | Field and Description |
---|---|
static int |
ADDED_ENGINE_ID |
static int |
IGNORED_ENGINE_ID |
static int |
REMOVED_ENGINE_ID |
source
Constructor and Description |
---|
SnmpEngineEvent(MPv3 source,
int type,
OctetString engineID,
Address engineAddress) |
Modifier and Type | Method and Description |
---|---|
Address |
getEngineAddress()
Returns the transport address of the engine.
|
OctetString |
getEngineID()
Returns the engine ID associated with this event.
|
int |
getType()
Returns the type of the engine event.
|
getSource, toString
public static final int ADDED_ENGINE_ID
public static final int REMOVED_ENGINE_ID
public static final int IGNORED_ENGINE_ID
public SnmpEngineEvent(MPv3 source, int type, OctetString engineID, Address engineAddress)
public int getType()
public OctetString getEngineID()
public Address getEngineAddress()
Copyright © 2020 SNMP4J.org. All rights reserved.