public class SnmpEngineEvent
extends java.util.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 |
private Address |
engineAddress |
private OctetString |
engineID |
static int |
IGNORED_ENGINE_ID |
static int |
REMOVED_ENGINE_ID |
private static long |
serialVersionUID |
private int |
type |
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.
|
private static final long serialVersionUID
public static final int ADDED_ENGINE_ID
public static final int REMOVED_ENGINE_ID
public static final int IGNORED_ENGINE_ID
private OctetString engineID
private Address engineAddress
private int type
public SnmpEngineEvent(MPv3 source, int type, OctetString engineID, Address engineAddress)
public int getType()
public OctetString getEngineID()
public Address getEngineAddress()