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