Package | Description |
---|---|
org.snmp4j.agent.mo |
Modifier and Type | Method | Description |
---|---|---|
MOChangeEvent.Modification |
MOChangeEvent.getModification() |
Gets the type of the modification.
|
protected MOChangeEvent.Modification |
MOChangeEvent.getModificationFromValues(org.snmp4j.smi.Variable oldValue,
org.snmp4j.smi.Variable newValue) |
|
static MOChangeEvent.Modification |
MOChangeEvent.Modification.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MOChangeEvent.Modification[] |
MOChangeEvent.Modification.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
MOChangeEvent(java.lang.Object source,
ManagedObject changedObject,
org.snmp4j.smi.OID index,
MOChangeEvent.Modification modification) |
Creates a deniable
MOChangeEvent object based on the changed
managed object instances that are identified through a common the instance OID (i.e. |
Copyright © 2018 SNMP4J.org. All rights reserved.