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 TypeInterfaceDescriptioninterface
A managed object query is used to lookup managed objects, for example in aMOServer
repository.Classes in org.snmp4j.agent that implement MOContextScopeModifier and TypeClassDescriptionclass
TheDefaultMOContextScope
is the default implementation of aMOContextScope
representing an OID scope that distinguishes between different contexts.class
TheDefaultMOQuery
class is the default implementation of a managed object query.class
TheMOQueryWithSource
class 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.