Uses of Enum Class
org.snmp4j.agent.MOServerLookupEvent.IntendedUse
Packages that use MOServerLookupEvent.IntendedUse
-
Uses of MOServerLookupEvent.IntendedUse in org.snmp4j.agent
Methods in org.snmp4j.agent that return MOServerLookupEvent.IntendedUseModifier and TypeMethodDescriptionMOServerLookupEvent.getIntendedUse()Returns the intended use that triggered the lookup event.Returns the enum constant of this class with the specified name.static MOServerLookupEvent.IntendedUse[]MOServerLookupEvent.IntendedUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.snmp4j.agent with parameters of type MOServerLookupEvent.IntendedUseModifierConstructorDescriptionMOServerLookupEvent(Object source, ManagedObject<?> lookupResult, MOQuery query, MOServerLookupEvent.IntendedUse intendedUse) MOServerLookupEvent(Object source, ManagedObject<?> lookupResult, MOQuery query, MOServerLookupEvent.IntendedUse intendedUse, boolean withCompletionCallback)