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 TypeInterfaceDescriptioninterface
TheMOContextScope
extends theMOScope
by applying a scope to a context.interface
A managed object query is used to lookup managed objects, for example in aMOServer
repository.interface
TheMutableMOScope
interface describes a mutable scope as needed for query processing.Classes in org.snmp4j.agent that implement MOScopeModifier and TypeClassDescriptionclass
TheDefaultMOContextScope
is the default implementation of aMOContextScope
representing an OID scope that distinguishes between different contexts.class
TheDefaultMOQuery
class is the default implementation of a managed object query.class
class
TheMOQueryWithSource
class 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 scopesMOScope
orMOContextScope
for which the suppliedManagedObject
has been registered in a map indexed by context.DefaultMOServer.getRegistry()
DefaultMOServer.iterator()
DefaultMOServer.iterator
(Comparator<MOScope> comparator, MOFilter moFilter) MOServer.iterator()
Return a read-onlyIterator
over the content of this server.default Iterator<Map.Entry<MOScope,
ManagedObject<?>>> MOServer.iterator
(Comparator<MOScope> comparator) Return anIterator
on the registeredManagedObject
s of this server in order defined by the given comparator.MOServer.iterator
(Comparator<MOScope> comparator, MOFilter moFilter) Return anIterator
on the registeredManagedObject
s of this server in order defined by the given comparator and filtered.Methods in org.snmp4j.agent with parameters of type MOScopeModifier and TypeMethodDescriptionint
Compares a scope with another scope or query.boolean
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 boolean
Indicates whether the first supplied scope covers by second one.org.snmp4j.smi.OID
Finds the first object ID (OID) in the specified search range.static boolean
DefaultMOContextScope.isContextMatching
(MOScope a, MOScope b) Indicates whether the given scopes have a matching context.boolean
boolean
boolean
boolean
Checks whether the supplied scope is covered by this scope.boolean
DefaultMOContextScope.isOverlapping
(MOScope other) boolean
DefaultMOQuery.isOverlapping
(MOScope other) boolean
DefaultMOScope.isOverlapping
(MOScope other) boolean
MOScope.isOverlapping
(MOScope other) Checks whether the supplied scope overlap with this one, thus sharing at least one OID with the supplied one.static boolean
MOScopeComparator.isQueryContextMatching
(MOQuery a, MOScope b) Indicates whether the given query's context matches the context of the given scope.static boolean
Indicates whether the first scope supplied overlaps with the second one.void
DefaultMOQuery.subtractScope
(MOScope scope) void
DefaultMOScope.subtractScope
(MOScope scope) void
MOQuery.subtractScope
(MOScope scope) Changes the query to no longer match (cover) the specified scope.void
MutableMOScope.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 anIterator
on the registeredManagedObject
s of this server in order defined by the given comparator.MOServer.iterator
(Comparator<MOScope> comparator, MOFilter moFilter) Return anIterator
on the registeredManagedObject
s 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 TypeClassDescriptionclass
DefaultMOTable<R extends MOTableRow,
C extends MOColumn, M extends MOTableModel<R>> TheDefaultMOTable
class is the default implementation of theMOTable
class.class
MOScalar<V extends org.snmp4j.smi.Variable>
TheMOScalar
class 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.OID
org.snmp4j.smi.OID
org.snmp4j.smi.OID
Finds the object identifier of the first object instance in the specified range.protected MOTableCellInfo
DefaultMOTable.findCell
(MOScope range, SubRequest<?> request) boolean
boolean
boolean
DefaultMOTable.isOverlapping
(MOScope other) boolean
MOScalar.isOverlapping
(MOScope other) void
Update the content of this table that is covered by the supplied scope.protected void
DefaultMOTable.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 TypeClassDescriptionclass
class
class
Methods 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 TypeClassDescriptionclass
DateAndTimeScalar<T extends org.snmp4j.smi.OctetString>
TheDateAndTimeScalar
implements the DateAndTime textual convention (TC) from the SNMPv2-TC MIB specification for scalar objects.class
DisplayStringScalar<V extends org.snmp4j.smi.OctetString>
TheDisplayStringScalar
class implements the DisplayString textual convention as defined by the SNMPv2-TC MIB specification for scalar objects.class
EnumeratedScalar<V extends org.snmp4j.smi.Variable>
TheEnumeratedScalar
class represents enumerated SMI INTEGER (=Integer32
) or an OCTET STRING with enumerated named bits for scalar objects.class
class
class
class
static class
class
class
-
Uses of MOScope in org.snmp4j.agent.mo.snmp.dh
Classes in org.snmp4j.agent.mo.snmp.dh that implement MOScopeModifier and TypeClassDescriptionclass
class
TheUsmDHParametersImpl
class 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 TypeClassDescriptionclass
class
Methods 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