Uses of Interface
org.snmp4j.agent.MOScope

Packages that use MOScope
org.snmp4j.agent   
org.snmp4j.agent.example   
org.snmp4j.agent.mo   
org.snmp4j.agent.mo.ext   
org.snmp4j.agent.mo.snmp   
org.snmp4j.agent.mo.snmp4j   
org.snmp4j.agent.mo.snmp4j.example   
org.snmp4j.agent.request   
org.snmp4j.agent.util   
 

Uses of MOScope in org.snmp4j.agent
 

Subinterfaces of MOScope in org.snmp4j.agent
 interface MOContextScope
          The MOContextScope extends the MOScope by applying a scope to a context.
 interface MutableMOScope
          The MutableMOScope interface describes a mutable scope as needed for query processing.
 

Classes in org.snmp4j.agent that implement MOScope
 class DefaultMOContextScope
          The DefaultMOContextScope is the default implementation of a MOContextScope representing an OID scope that distinguishes between different contexts.
 class DefaultMOScope
          The DefaultMOScope is the default MOScope and MutableMOScope implementation.
 

Methods in org.snmp4j.agent that return MOScope
 MOScope DuplicateRegistrationException.getRegisteredScope()
          Returns the scope that is already registered and overlaps with the scope returned by DuplicateRegistrationException.getRegistrationScope().
 MOScope DuplicateRegistrationException.getRegistrationScope()
          Returns the scope of the failed registration attempt.
 MOScope 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 MOScope
 java.util.SortedMap<MOScope,ManagedObject> DefaultMOServer.getRegistry()
           
 java.util.Iterator<java.util.Map.Entry<MOScope,ManagedObject>> DefaultMOServer.iterator()
           
 java.util.Iterator<java.util.Map.Entry<MOScope,ManagedObject>> MOServer.iterator()
          Returns a read-only Iterator over the content of this server.
 

Methods in org.snmp4j.agent with parameters of type MOScope
 int MOScopeComparator.compare(MOScope o1, MOScope o2)
          Compares a scope with another scope or query.
 boolean DefaultMOScope.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 boolean DefaultMOScope.covers(MOScope scope, MOScope covered)
          Indicates whether the first supplied scope covers by second one.
 org.snmp4j.smi.OID ManagedObject.find(MOScope range)
          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 DefaultMOContextScope.isCovered(MOScope other)
           
 boolean DefaultMOScope.isCovered(MOScope other)
           
 boolean MOScope.isCovered(MOScope other)
          Checks whether the supplied scope is covered by this scope.
 boolean DefaultMOContextScope.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 DefaultMOScope.overlaps(MOScope scope, MOScope intersected)
          Indicates whether the first scope supplied overlaps with the second one.
 void MutableMOScope.substractScope(MOScope scope)
          Changes the scope to no longer cover any elements in covered by the specified scope.
 void DefaultMOScope.substractScope(MOScope scope)
           
 void DefaultMOQuery.substractScope(MOScope scope)
           
 void MOQuery.substractScope(MOScope scope)
          Changes the query to no longer match (cover) the specified scope.
 

Constructors in org.snmp4j.agent with parameters of type MOScope
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.example
 

Classes in org.snmp4j.agent.example that implement MOScope
 class Snmp4jDemoMib.Snmp4jDemoScalar
           
 

Uses of MOScope in org.snmp4j.agent.mo
 

Classes in org.snmp4j.agent.mo that implement MOScope
 class DefaultMOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>>
          The DefaultMOTable class is the default implementation of the MOTable class.
 class MOScalar<V extends Variable>
          The MOScalar class represents scalar SNMP managed objects.
 

Methods in org.snmp4j.agent.mo that return MOScope
 MOScope DefaultMOTable.getScope()
           
 MOScope MOScalar.getScope()
          Returns the scope of OIDs that are covered by this scalar's object registration.
 MOScope 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 MOScope
 org.snmp4j.smi.OID DefaultMOTable.find(MOScope range)
           
 org.snmp4j.smi.OID MOScalar.find(MOScope range)
           
 org.snmp4j.smi.OID MOTable.find(MOScope range)
          Finds the object identifier of the first object instance in the specified range.
protected  MOTableCellInfo DefaultMOTable.findCell(MOScope range, SubRequest request)
           
 boolean DefaultMOTable.isCovered(MOScope other)
           
 boolean MOScalar.isCovered(MOScope other)
           
 boolean DefaultMOTable.isOverlapping(MOScope other)
           
 boolean MOScalar.isOverlapping(MOScope other)
           
 void DefaultMOTable.update(MOScope updateScope)
          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 MOScope
 class AgentppSimulationMib.AgentppSimDeleteRow
           
 class AgentppSimulationMib.AgentppSimDeleteTableContents
           
 class AgentppSimulationMib.AgentppSimMode
           
 

Methods in org.snmp4j.agent.mo.ext that return MOScope
 MOScope StaticMOGroup.getScope()
           
 

Methods in org.snmp4j.agent.mo.ext with parameters of type MOScope
 org.snmp4j.smi.OID StaticMOGroup.find(MOScope range)
           
 

Uses of MOScope in org.snmp4j.agent.mo.snmp
 

Classes in org.snmp4j.agent.mo.snmp that implement MOScope
 class DateAndTimeScalar
          The DateAndTimeScalar implements the DateAndTime textual convention (TC) from the SNMPv2-TC MIB specificion for scalar objects.
 class DisplayStringScalar
          The DisplayStringScalar class implements the DisplayString textual convention as defined by the SNMPv2-TC MIB specification for scalar objects.
 class EnumeratedScalar
          The EnumeratedScalar class represents enumerated SMI INTEGER (=Integer32) or an OCTET STRING with enumerated named bits for scalar objects.
 class NotificationLogMib.NlmConfigGlobalAgeOut
           
 class NotificationLogMib.NlmConfigGlobalEntryLimit
           
 class SnmpTsmMib.SnmpTsmConfigurationUsePrefix
           
 class SNMPv2MIB.SysOREntry
           
static class SNMPv2MIB.SysUpTimeImpl
           
 class TestAndIncr
           
 class TimeStampScalar
           
 

Uses of MOScope in org.snmp4j.agent.mo.snmp4j
 

Classes in org.snmp4j.agent.mo.snmp4j that implement MOScope
 class Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation
           
 

Methods in org.snmp4j.agent.mo.snmp4j that return MOScope
 MOScope MOSubtreeProxy.getScope()
           
 

Methods in org.snmp4j.agent.mo.snmp4j with parameters of type MOScope
 org.snmp4j.smi.OID MOSubtreeProxy.find(MOScope range)
           
 

Uses of MOScope in org.snmp4j.agent.mo.snmp4j.example
 

Classes in org.snmp4j.agent.mo.snmp4j.example that implement MOScope
 class Snmp4jHeartbeatMib.Snmp4jAgentHBRefTime
           
 

Uses of MOScope in org.snmp4j.agent.request
 

Methods in org.snmp4j.agent.request that return MOScope
protected  MOScope SnmpRequest.SnmpSubRequest.getNextScope(org.snmp4j.smi.OID previousOID)
           
 MOScope SnmpRequest.SnmpSubRequest.getScope()
           
 MOScope SubRequest.getScope()
          Gets the scope for this subrequest.
 

Uses of MOScope in org.snmp4j.agent.util
 

Classes in org.snmp4j.agent.util that implement MOScope
 class OIDScope
           
 

Methods in org.snmp4j.agent.util with parameters of type MOScope
 boolean OIDScope.isCovered(MOScope other)
           
 boolean OIDScope.isOverlapping(MOScope other)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.