Uses of Interface
org.snmp4j.agent.MOQuery
Packages that use MOQuery
-
Uses of MOQuery in org.snmp4j.agent
Classes in org.snmp4j.agent that implement MOQueryModifier and TypeClassDescriptionclassTheDefaultMOQueryclass 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 MOQueryModifier and TypeMethodDescriptionMOServerLookupEvent.getQuery()Returns the query that has been used to lookup the managed object.Methods in org.snmp4j.agent with parameters of type MOQueryModifier and TypeMethodDescriptionprotected voidDefaultMOServer.checkForUpdate(UpdatableManagedObject mo, MOQuery query) ChecksDefaultMOServer.updateStrategywhether the queried managed object needs to be updated.protected voidDefaultMOServer.fireLookupEvent(ManagedObject mo, MOQuery query) protected voidDefaultMOServer.fireQueryEvent(ManagedObject mo, MOQuery query) static booleanMOScopeComparator.isQueryContextMatching(MOQuery a, MOScope b) Indicates whether the given query's context matches the context of the given scope.static booleanMOQueryWithSource.isSameSource(MOQuery query, Object source) This method checks whether the supplied query and the given source reference refer to the same source (request).booleanUpdateStrategy.isUpdateNeeded(MOServer server, UpdatableManagedObject mo, MOQuery query) Checks whether the suppliedUpdatableManagedObjectneeds to be updated or not to serve the supplied query.DefaultMOServer.lookup(MOQuery query, LockRequest lockRequest) Lookup the first (lexicographically ordered) managed object that matches the supplied query.MOServer.lookup(MOQuery query, LockRequest lockRequest) Lookup the first (lexicographically ordered) managed object that matches the supplied query.voidUpdate the content of the managed object that is covered by the supplied scope.Constructors in org.snmp4j.agent with parameters of type MOQueryModifierConstructorDescriptionMOServerLookupEvent(Object source, ManagedObject lookupResult, MOQuery query) -
Uses of MOQuery in org.snmp4j.agent.mo.lock
Methods in org.snmp4j.agent.mo.lock with parameters of type MOQueryModifier and TypeMethodDescriptionbooleanDefaultMOLockStrategy.isLockNeeded(ManagedObject managedObjectLookedUp, MOQuery query) booleanMOLockStrategy.isLockNeeded(ManagedObject managedObjectLookedUp, MOQuery query) Check if the server access to the provided managed object needs a lock. -
Uses of MOQuery in org.snmp4j.agent.request
Methods in org.snmp4j.agent.request that return MOQueryModifier and TypeMethodDescriptionSnmpRequest.SnmpSubRequest.getQuery()SubRequest.getQuery()Gets the query previously associated with this sub-request.Methods in org.snmp4j.agent.request with parameters of type MOQuery