Uses of Interface
org.snmp4j.agent.MOContextScope

Packages that use MOContextScope
org.snmp4j.agent   
 

Uses of MOContextScope in org.snmp4j.agent
 

Classes in org.snmp4j.agent that implement MOContextScope
 class DefaultMOContextScope
          The DefaultMOContextScope is the default implementation of a MOContextScope representing an OID scope that distinguishes between different contexts.
 

Methods in org.snmp4j.agent that return MOContextScope
 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
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.
MOQueryWithSource(MOContextScope scope, boolean isWriteAccessIntended, java.lang.Object source)
          Creates a context aware query from a context aware OID scope.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.