Uses of Interface
org.snmp4j.agent.MOQuery

Packages that use MOQuery
org.snmp4j.agent   
org.snmp4j.agent.request   
 

Uses of MOQuery in org.snmp4j.agent
 

Classes in org.snmp4j.agent that implement MOQuery
 class DefaultMOQuery
          The DefaultMOQuery class is the default implementation of a managed object query.
 class MOQueryWithSource
          The MOQueryWithSource class is the implementation of a managed object query for a Request.
 

Methods in org.snmp4j.agent that return MOQuery
 MOQuery MOServerLookupEvent.getQuery()
          Returns the query that has been used to lookup the managed object.
 

Methods in org.snmp4j.agent with parameters of type MOQuery
protected  void DefaultMOServer.checkForUpdate(UpdatableManagedObject mo, MOQuery query)
          Checks DefaultMOServer.updateStrategy whether the queried managed object needs to be updated.
protected  void DefaultMOServer.fireLookupEvent(ManagedObject mo, MOQuery query)
           
protected  void DefaultMOServer.fireQueryEvent(ManagedObject mo, MOQuery query)
           
static boolean MOQueryWithSource.isSameSource(MOQuery query, java.lang.Object source)
          This method checks whether the supplied query and the given source reference refer to the same source (request).
 boolean UpdateStrategy.isUpdateNeeded(MOServer server, UpdatableManagedObject mo, MOQuery query)
          Checks whether the supplied UpdatableManagedObject needs to be updated or not to serve the supplied query.
 ManagedObject DefaultMOServer.lookup(MOQuery query)
           
 ManagedObject MOServer.lookup(MOQuery query)
          Lookups the first (lexicographically ordered) managed object that matches the supplied query.
 void UpdatableManagedObject.update(MOQuery updateScope)
          Update the content of the managed object that is covered by the supplied scope.
 

Constructors in org.snmp4j.agent with parameters of type MOQuery
MOServerLookupEvent(java.lang.Object source, ManagedObject lookupResult, MOQuery query)
           
 

Uses of MOQuery in org.snmp4j.agent.request
 

Methods in org.snmp4j.agent.request that return MOQuery
 MOQuery SnmpRequest.SnmpSubRequest.getQuery()
           
 MOQuery SubRequest.getQuery()
          Gets the query previously associated with this sub-request.
 

Methods in org.snmp4j.agent.request with parameters of type MOQuery
 void SnmpRequest.SnmpSubRequest.setQuery(MOQuery query)
           
 void SubRequest.setQuery(MOQuery query)
          Sets the query associated with this subrequest.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.