Uses of Interface
org.snmp4j.agent.MOScope
-
-
Uses of MOScope in org.snmp4j.agent
Subinterfaces of MOScope in org.snmp4j.agent Modifier and Type Interface Description interfaceMOContextScopeTheMOContextScopeextends theMOScopeby applying a scope to a context.interfaceMOQueryA managed object query is used to lookup managed objects, for example in aMOServerrepository.interfaceMutableMOScopeTheMutableMOScopeinterface describes a mutable scope as needed for query processing.Classes in org.snmp4j.agent that implement MOScope Modifier and Type Class Description classDefaultMOContextScopeTheDefaultMOContextScopeis the default implementation of aMOContextScoperepresenting an OID scope that distinguishes between different contexts.classDefaultMOQueryTheDefaultMOQueryclass is the default implementation of a managed object query.classDefaultMOScopeclassMOQueryWithSourceTheMOQueryWithSourceclass is the implementation of a managed object query for aRequest.Methods in org.snmp4j.agent that return MOScope Modifier and Type Method Description MOScopeDuplicateRegistrationException. getRegisteredScope()Returns the scope that is already registered and overlaps with the scope returned byDuplicateRegistrationException.getRegistrationScope().MOScopeDuplicateRegistrationException. getRegistrationScope()Returns the scope of the failed registration attempt.MOScopeManagedObject. getScope()Returns the scope of object identifiers this managed object is managing.Methods in org.snmp4j.agent that return types with arguments of type MOScope Modifier and Type Method Description SortedMap<MOScope,ManagedObject<?>>DefaultMOServer. getRegistry()Iterator<Map.Entry<MOScope,ManagedObject<?>>>DefaultMOServer. iterator()Iterator<Map.Entry<MOScope,ManagedObject<?>>>MOServer. iterator()Return a read-onlyIteratorover the content of this server.Methods in org.snmp4j.agent with parameters of type MOScope Modifier and Type Method Description intMOScopeComparator. compare(MOScope o1, MOScope o2)Compares a scope with another scope or query.booleanDefaultMOScope. covers(MOScope covered)Indicates 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 booleanDefaultMOScope. covers(MOScope scope, MOScope covered)Indicates whether the first supplied scope covers by second one.org.snmp4j.smi.OIDManagedObject. find(MOScope range)Finds 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.booleanDefaultMOContextScope. isCovered(MOScope other)booleanDefaultMOQuery. isCovered(MOScope other)booleanDefaultMOScope. isCovered(MOScope other)booleanMOScope. isCovered(MOScope other)Checks 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 booleanDefaultMOScope. overlaps(MOScope scope, MOScope intersected)Indicates whether the first scope supplied overlaps with the second one.voidDefaultMOQuery. substractScope(MOScope scope)voidDefaultMOScope. substractScope(MOScope scope)voidMOQuery. substractScope(MOScope scope)Changes the query to no longer match (cover) the specified scope.voidMutableMOScope. substractScope(MOScope scope)Changes the scope to no longer cover any elements in covered by the specified scope.Constructors in org.snmp4j.agent with parameters of type MOScope Constructor Description DefaultMOContextScope(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 MOScope Modifier and Type Class Description classDefaultMOTable<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 MOScope Modifier and Type Method Description MOScopeDefaultMOTable. getScope()MOScopeMOScalar. getScope()Returns the scope of OIDs that are covered by this scalar's object registration.MOScopeMOScalar. 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 MOScope Modifier and Type Method Description org.snmp4j.smi.OIDDefaultMOTable. find(MOScope range)org.snmp4j.smi.OIDMOScalar. find(MOScope range)org.snmp4j.smi.OIDMOTable. find(MOScope range)Finds the object identifier of the first object instance in the specified range.protected MOTableCellInfoDefaultMOTable. findCell(MOScope range, SubRequest<?> request)booleanDefaultMOTable. isCovered(MOScope other)booleanMOScalar. isCovered(MOScope other)booleanDefaultMOTable. isOverlapping(MOScope other)booleanMOScalar. isOverlapping(MOScope other)voidDefaultMOTable. update(MOScope updateScope)Update 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 MOScope Modifier and Type Class Description classAgentppSimulationMib.AgentppSimDeleteRowclassAgentppSimulationMib.AgentppSimDeleteTableContentsclassAgentppSimulationMib.AgentppSimModeMethods in org.snmp4j.agent.mo.ext that return MOScope Modifier and Type Method Description MOScopeStaticMOGroup. getScope()Methods in org.snmp4j.agent.mo.ext with parameters of type MOScope Modifier and Type Method Description org.snmp4j.smi.OIDStaticMOGroup. find(MOScope range) -
Uses of MOScope in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement MOScope Modifier and Type Class Description classDateAndTimeScalar<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.classNotificationLogMib.NlmConfigGlobalAgeOutclassNotificationLogMib.NlmConfigGlobalEntryLimitclassSnmpTsmMib.SnmpTsmConfigurationUsePrefixclassSNMPv2MIB.SysOREntrystatic classSNMPv2MIB.SysUpTimeImplclassTestAndIncrclassTimeStampScalar -
Uses of MOScope in org.snmp4j.agent.mo.snmp.dh
Classes in org.snmp4j.agent.mo.snmp.dh that implement MOScope Modifier and Type Class Description classSnmpUsmDhObjectsMib.UsmDHParametersclassUsmDHParametersImplTheUsmDHParametersImplclass 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 MOScope Modifier and Type Class Description classSnmp4jConfigMib.Snmp4jCfgResetclassSnmp4jConfigMib.Snmp4jCfgSecSrcAddrValidationMethods in org.snmp4j.agent.mo.snmp4j that return MOScope Modifier and Type Method Description MOScopeMOSubtreeProxy. getScope()Methods in org.snmp4j.agent.mo.snmp4j with parameters of type MOScope Modifier and Type Method Description org.snmp4j.smi.OIDMOSubtreeProxy. find(MOScope range) -
Uses of MOScope in org.snmp4j.agent.request
Methods in org.snmp4j.agent.request that return MOScope Modifier and Type Method Description protected MOScopeSnmpRequest.SnmpSubRequest. getNextScope(org.snmp4j.smi.OID previousOID)MOScopeSnmpRequest.SnmpSubRequest. getScope()MOScopeSubRequest. getScope()Gets the scope for this subrequest. -
Uses of MOScope in org.snmp4j.agent.util
Classes in org.snmp4j.agent.util that implement MOScope Modifier and Type Class Description classOIDScopeMethods in org.snmp4j.agent.util with parameters of type MOScope Modifier and Type Method Description booleanOIDScope. isCovered(MOScope other)booleanOIDScope. isOverlapping(MOScope other)
-