Uses of Interface
org.snmp4j.agent.MOScope
Packages that use MOScope
Package
Description
-
Uses of MOScope in org.snmp4j.agent
Subinterfaces of MOScope in org.snmp4j.agentModifier and TypeInterfaceDescriptioninterfaceTheMOContextScopeextends theMOScopeby applying a scope to a context.interfaceA managed object query is used to lookup managed objects, for example in aMOServerrepository.interfaceTheMutableMOScopeinterface describes a mutable scope as needed for query processing.Classes in org.snmp4j.agent that implement MOScopeModifier and TypeClassDescriptionclassTheDefaultMOContextScopeis the default implementation of aMOContextScoperepresenting an OID scope that distinguishes between different contexts.classTheDefaultMOQueryclass is the default implementation of a managed object query.classclassTheMOQueryWithSourceclass is the implementation of a managed object query for aRequest.Methods in org.snmp4j.agent that return MOScopeModifier and TypeMethodDescriptionDuplicateRegistrationException.getRegisteredScope()Returns the scope that is already registered and overlaps with the scope returned byDuplicateRegistrationException.getRegistrationScope().DuplicateRegistrationException.getRegistrationScope()Returns the scope of the failed registration attempt.ManagedObject.getScope()Returns the scope of object identifiers this managed object is managing.Methods in org.snmp4j.agent that return types with arguments of type MOScopeModifier and TypeMethodDescriptionDefaultMOServer.getRegisteredScopes(ManagedObject<?> managedObject) MOServer.getRegisteredScopes(ManagedObject<?> managedObject) Returns the scopesMOScopeorMOContextScopefor which the suppliedManagedObjecthas been registered in a map indexed by context.DefaultMOServer.getRegistry()DefaultMOServer.iterator()DefaultMOServer.iterator(Comparator<MOScope> comparator, MOFilter moFilter) MOServer.iterator()Return a read-onlyIteratorover the content of this server.default Iterator<Map.Entry<MOScope,ManagedObject<?>>> MOServer.iterator(Comparator<MOScope> comparator) Return anIteratoron the registeredManagedObjects of this server in order defined by the given comparator.MOServer.iterator(Comparator<MOScope> comparator, MOFilter moFilter) Return anIteratoron the registeredManagedObjects of this server in order defined by the given comparator and filtered.Methods in org.snmp4j.agent with parameters of type MOScopeModifier and TypeMethodDescriptionintCompares a scope with another scope or query.booleanIndicates whether this scope covers by the supplied one, that is whether the lower bound of this scope is less or equal to the lower bound of the covered scope and if the upper bound is greater or equal to the upper bound of the covered scope.static booleanIndicates whether the first supplied scope covers by second one.org.snmp4j.smi.OIDFinds the first object ID (OID) in the specified search range.static booleanDefaultMOContextScope.isContextMatching(MOScope a, MOScope b) Indicates whether the given scopes have a matching context.booleanbooleanbooleanbooleanChecks whether the supplied scope is covered by this scope.booleanDefaultMOContextScope.isOverlapping(MOScope other) booleanDefaultMOQuery.isOverlapping(MOScope other) booleanDefaultMOScope.isOverlapping(MOScope other) booleanMOScope.isOverlapping(MOScope other) Checks whether the supplied scope overlap with this one, thus sharing at least one OID with the supplied one.static booleanMOScopeComparator.isQueryContextMatching(MOQuery a, MOScope b) Indicates whether the given query's context matches the context of the given scope.static booleanIndicates whether the first scope supplied overlaps with the second one.voidDefaultMOQuery.subtractScope(MOScope scope) voidDefaultMOScope.subtractScope(MOScope scope) voidMOQuery.subtractScope(MOScope scope) Changes the query to no longer match (cover) the specified scope.voidMutableMOScope.subtractScope(MOScope scope) Changes the scope to no longer cover any elements in covered by the specified scope.Method parameters in org.snmp4j.agent with type arguments of type MOScopeModifier and TypeMethodDescriptionDefaultMOServer.iterator(Comparator<MOScope> comparator, MOFilter moFilter) default Iterator<Map.Entry<MOScope,ManagedObject<?>>> MOServer.iterator(Comparator<MOScope> comparator) Return anIteratoron the registeredManagedObjects of this server in order defined by the given comparator.MOServer.iterator(Comparator<MOScope> comparator, MOFilter moFilter) Return anIteratoron the registeredManagedObjects of this server in order defined by the given comparator and filtered.Constructors in org.snmp4j.agent with parameters of type MOScopeModifierConstructorDescriptionDefaultMOContextScope(org.snmp4j.smi.OctetString context, MOScope extendedScope) Creates a context scope from a plain OID scope.DefaultMOScope(MOScope other) Creates a scope from another scope by referencing its bound values.DuplicateRegistrationException(MOScope registrationScope) DuplicateRegistrationException(MOScope registrationScope, MOScope registeredScope) -
Uses of MOScope in org.snmp4j.agent.mo
Classes in org.snmp4j.agent.mo that implement MOScopeModifier and TypeClassDescriptionclassDefaultMOTable<R extends MOTableRow,C extends MOColumn, M extends MOTableModel<R>> TheDefaultMOTableclass is the default implementation of theMOTableclass.classMOScalar<V extends org.snmp4j.smi.Variable>TheMOScalarclass represents scalar SNMP managed objects.Methods in org.snmp4j.agent.mo that return MOScopeModifier and TypeMethodDescriptionDefaultMOTable.getScope()MOScalar.getScope()Returns the scope of OIDs that are covered by this scalar's object registration.MOScalar.getSingleInstanceScope()Returns a scope that covers only the scalar instance itself without any possible OIDs down in the tree or at the same level.Methods in org.snmp4j.agent.mo with parameters of type MOScopeModifier and TypeMethodDescriptionorg.snmp4j.smi.OIDorg.snmp4j.smi.OIDorg.snmp4j.smi.OIDFinds the object identifier of the first object instance in the specified range.protected MOTableCellInfoDefaultMOTable.findCell(MOScope range, SubRequest<?> request) booleanbooleanbooleanDefaultMOTable.isOverlapping(MOScope other) booleanMOScalar.isOverlapping(MOScope other) voidUpdate the content of this table that is covered by the supplied scope.protected voidDefaultMOTable.update(MOScope range, SubRequest<?> request) Update this table for the supplied search range and sub-request if it has not yet been updated for that request. -
Uses of MOScope in org.snmp4j.agent.mo.ext
Classes in org.snmp4j.agent.mo.ext that implement MOScopeModifier and TypeClassDescriptionclassclassclassMethods in org.snmp4j.agent.mo.ext that return MOScopeMethods in org.snmp4j.agent.mo.ext with parameters of type MOScope -
Uses of MOScope in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement MOScopeModifier and TypeClassDescriptionclassDateAndTimeScalar<T extends org.snmp4j.smi.OctetString>TheDateAndTimeScalarimplements the DateAndTime textual convention (TC) from the SNMPv2-TC MIB specification for scalar objects.classDisplayStringScalar<V extends org.snmp4j.smi.OctetString>TheDisplayStringScalarclass implements the DisplayString textual convention as defined by the SNMPv2-TC MIB specification for scalar objects.classEnumeratedScalar<V extends org.snmp4j.smi.Variable>TheEnumeratedScalarclass represents enumerated SMI INTEGER (=Integer32) or an OCTET STRING with enumerated named bits for scalar objects.classclassclassclassstatic classclassclass -
Uses of MOScope in org.snmp4j.agent.mo.snmp.dh
Classes in org.snmp4j.agent.mo.snmp.dh that implement MOScopeModifier and TypeClassDescriptionclassclassTheUsmDHParametersImplclass holds the Diffie Hellman parameters for doing a Diffie-Hellman key agreement. -
Uses of MOScope in org.snmp4j.agent.mo.snmp4j
Classes in org.snmp4j.agent.mo.snmp4j that implement MOScopeModifier and TypeClassDescriptionclassclassMethods in org.snmp4j.agent.mo.snmp4j that return MOScopeMethods in org.snmp4j.agent.mo.snmp4j with parameters of type MOScope -
Uses of MOScope in org.snmp4j.agent.request
Methods in org.snmp4j.agent.request that return MOScope -
Uses of MOScope in org.snmp4j.agent.util
Classes in org.snmp4j.agent.util that implement MOScopeMethods in org.snmp4j.agent.util with parameters of type MOScope