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 | Description |
---|---|---|
static int |
ADDED_ENGINE_ID |
|
static int |
IGNORED_ENGINE_ID |
|
static int |
REMOVED_ENGINE_ID |
Constructor | Description |
---|---|
SnmpEngineEvent(MPv3 source,
int type,
OctetString engineID,
Address engineAddress) |
Modifier and Type | Method | 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.
|
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 © 2018 SNMP4J.org. All rights reserved.