Uses of Interface
org.snmp4j.agent.MOContextScope
Packages that use MOContextScope
-
Uses of MOContextScope in org.snmp4j.agent
Subinterfaces of MOContextScope in org.snmp4j.agentModifier and TypeInterfaceDescriptioninterfaceA managed object query is used to lookup managed objects, for example in aMOServerrepository.Classes in org.snmp4j.agent that implement MOContextScopeModifier and TypeClassDescriptionclassTheDefaultMOContextScopeis the default implementation of aMOContextScoperepresenting an OID scope that distinguishes between different contexts.classTheDefaultMOQueryclass is the default implementation of a managed object query.classTheMOQueryWithSourceclass is the implementation of a managed object query for aRequest.Methods in org.snmp4j.agent that return MOContextScopeModifier and TypeMethodDescriptionDefaultMOQuery.getScope()Gets the search range of this query.MOQuery.getScope()Gets the search range of this query.Constructors in org.snmp4j.agent with parameters of type MOContextScopeModifierConstructorDescriptionCreates a context scope from another context scope.DefaultMOQuery(MOContextScope scope) Creates a context aware query from a context aware OID scope.DefaultMOQuery(MOContextScope scope, boolean isWriteAccessIntended) Creates a context aware query from a context aware OID scope.DefaultMOQuery(MOContextScope scope, boolean isWriteAccessIntended, Object source) Creates a context aware query from a context aware OID scope.MOQueryWithSource(MOContextScope scope, boolean isWriteAccessIntended, Object source) Creates a context aware query from a context aware OID scope.