Uses of Class
org.snmp4j.agent.mo.MOChangeEvent.Modification
-
Packages that use MOChangeEvent.Modification Package Description org.snmp4j.agent.mo -
-
Uses of MOChangeEvent.Modification in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return MOChangeEvent.Modification Modifier and Type Method Description MOChangeEvent.ModificationMOChangeEvent. getModification()Gets the type of the modification.protected MOChangeEvent.ModificationMOChangeEvent. getModificationFromValues(org.snmp4j.smi.Variable oldValue, org.snmp4j.smi.Variable newValue)static MOChangeEvent.ModificationMOChangeEvent.Modification. valueOf(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.Constructors in org.snmp4j.agent.mo with parameters of type MOChangeEvent.Modification Constructor Description MOChangeEvent(Object source, ManagedObject<SubRequest<?>> changedObject, org.snmp4j.smi.OID index, MOChangeEvent.Modification modification)Creates a deniableMOChangeEventobject based on the changed managed object instances that are identified through a common the instance OID (i.e.MOChangeEvent(Object source, ManagedObject<SubRequest<?>> changedObject, org.snmp4j.smi.OID index, MOChangeEvent.Modification modification, SubRequest<?> subRequest)Creates a deniableMOChangeEventobject based on the changed managed object instances that are identified through a common the instance OID (i.e.
-