Uses of Interface
org.snmp4j.agent.MOContextScope
-
Packages that use MOContextScope Package Description org.snmp4j.agent -
-
Uses of MOContextScope in org.snmp4j.agent
Subinterfaces of MOContextScope in org.snmp4j.agent Modifier and Type Interface Description interface
MOQuery
A managed object query is used to lookup managed objects, for example in aMOServer
repository.Classes in org.snmp4j.agent that implement MOContextScope Modifier and Type Class Description class
DefaultMOContextScope
TheDefaultMOContextScope
is the default implementation of aMOContextScope
representing an OID scope that distinguishes between different contexts.class
DefaultMOQuery
TheDefaultMOQuery
class is the default implementation of a managed object query.class
MOQueryWithSource
TheMOQueryWithSource
class is the implementation of a managed object query for aRequest
.Methods in org.snmp4j.agent that return MOContextScope Modifier and Type Method Description MOContextScope
DefaultMOQuery. getScope()
Gets the search range of this query.MOContextScope
MOQuery. getScope()
Gets the search range of this query.Constructors in org.snmp4j.agent with parameters of type MOContextScope Constructor Description DefaultMOContextScope(MOContextScope scope)
Creates 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, java.lang.Object source)
Creates a context aware query from a context aware OID scope.MOQueryWithSource(MOContextScope scope, boolean isWriteAccessIntended, java.lang.Object source)
Creates a context aware query from a context aware OID scope.
-