Uses of Interface
org.snmp4j.agent.ManagedObject

Packages that use ManagedObject
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   
 

Uses of ManagedObject in org.snmp4j.agent
 

Subinterfaces of ManagedObject in org.snmp4j.agent
 interface ManagedObjectValueAccess
          The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
 interface RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
 interface SerializableManagedObject
          The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
 interface UpdatableManagedObject
          The UpdatableManagedObject interface defines the basic operations for all SNMP(4J) manageable objects that need to be updated to reflect the up-to-date state of the managed object.
 

Methods in org.snmp4j.agent that return ManagedObject
 ManagedObject MOServerLookupEvent.getLookupResult()
          Returns the ManagedObject that has been looked up.
 ManagedObject DefaultMOServer.getManagedObject(org.snmp4j.smi.OID key, org.snmp4j.smi.OctetString context)
          Returns the ManagedObject with the specified OID and registered in the supplied context.
 ManagedObject DefaultMOServer.lookup(MOQuery query)
           
 ManagedObject MOServer.lookup(MOQuery query)
          Lookups the first (lexicographically ordered) managed object that matches the supplied query.
 

Methods in org.snmp4j.agent that return types with arguments of type ManagedObject
 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 ManagedObject
 void DefaultMOServer.addLookupListener(MOServerLookupListener listener, ManagedObject mo)
           
 void MOServer.addLookupListener(MOServerLookupListener listener, ManagedObject mo)
          Adds a managed object lookup listener for the supplied managed object to this managed object server.
protected  void DefaultMOServer.fireLookupEvent(ManagedObject mo, MOQuery query)
           
protected  void DefaultMOServer.fireQueryEvent(ManagedObject mo, MOQuery query)
           
 org.snmp4j.smi.OctetString[] DefaultMOServer.getRegisteredContexts(ManagedObject managedObject)
           
 org.snmp4j.smi.OctetString[] MOServer.getRegisteredContexts(ManagedObject managedObject)
          Returns the contexts for which the supplied ManagedObject has been registered.
 boolean DefaultMOServer.lock(java.lang.Object owner, ManagedObject managedObject)
           
 boolean MOServer.lock(java.lang.Object owner, ManagedObject managedObject)
          Locks a ManagedObject by the supplied owner.
 boolean DefaultMOServer.lock(java.lang.Object owner, ManagedObject managedObject, long timeoutMillis)
           
 boolean MOServer.lock(java.lang.Object owner, ManagedObject managedObject, long timeoutMillis)
          Locks a ManagedObject by the supplied owner.
 boolean DefaultMOQuery.matchesQuery(ManagedObject managedObject)
          Checks whether a managed object matches the internal query criteria defined by this query.
 boolean MOQuery.matchesQuery(ManagedObject managedObject)
          Checks whether a managed object matches the internal query criteria defined by this query.
 void DefaultMOServer.register(ManagedObject mo, org.snmp4j.smi.OctetString context)
           
 void MOServer.register(ManagedObject mo, org.snmp4j.smi.OctetString context)
          Registers a managed object for the specified context.
 boolean DefaultMOServer.removeLookupListener(MOServerLookupListener listener, ManagedObject mo)
           
 boolean MOServer.removeLookupListener(MOServerLookupListener listener, ManagedObject mo)
          Removes a managed object lookup listener for the specified managed object.
 void DefaultMOServer.unlock(java.lang.Object owner, ManagedObject managedObject)
           
 void MOServer.unlock(java.lang.Object owner, ManagedObject managedObject)
          Unlocks a ManagedObject that has been locked by the specified owner.
 void DefaultMOServer.unregister(ManagedObject mo, org.snmp4j.smi.OctetString context)
           
 void MOServer.unregister(ManagedObject mo, org.snmp4j.smi.OctetString context)
          Removes the registration of the supplied managed object for the specified context.
 

Constructors in org.snmp4j.agent with parameters of type ManagedObject
MOServerLookupEvent(java.lang.Object source, ManagedObject lookupResult, MOQuery query)
           
 

Uses of ManagedObject in org.snmp4j.agent.example
 

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

Uses of ManagedObject in org.snmp4j.agent.mo
 

Subinterfaces of ManagedObject in org.snmp4j.agent.mo
 interface MOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>>
          The MOTable interface describes SNMP conceptual tables.
 

Classes in org.snmp4j.agent.mo that implement ManagedObject
 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 ManagedObject
 ManagedObject MOChangeEvent.getChangedObject()
           
 

Methods in org.snmp4j.agent.mo with parameters of type ManagedObject
 boolean MOGroupImpl.addInstance(ManagedObject mo)
           
 boolean MOFilter.passesFilter(ManagedObject mo)
          Checks whether the given ManagedObject passes this filter.
 boolean MOGroupImpl.removeInstance(ManagedObject mo)
           
 

Constructors in org.snmp4j.agent.mo with parameters of type ManagedObject
MOChangeEvent(java.lang.Object source, ManagedObject changedObject, org.snmp4j.smi.OID oid, org.snmp4j.smi.Variable oldValue, org.snmp4j.smi.Variable newValue)
          Creates a deniable MOChangeEvent object based on the changed managed object, the instance OID of the changed value, with old and new value.
MOChangeEvent(java.lang.Object source, ManagedObject changedObject, org.snmp4j.smi.OID oid, org.snmp4j.smi.Variable oldValue, org.snmp4j.smi.Variable newValue, boolean deniable)
          Creates a MOChangeEvent object based on the changed managed object, the instance OID of the changed value, with old and new value.
 

Uses of ManagedObject in org.snmp4j.agent.mo.ext
 

Classes in org.snmp4j.agent.mo.ext that implement ManagedObject
 class AgentppSimulationMib.AgentppSimDeleteRow
           
 class AgentppSimulationMib.AgentppSimDeleteTableContents
           
 class AgentppSimulationMib.AgentppSimMode
           
 class StaticMOGroup
          The StaticMOGroup can be used to easily implement static (read-only) managed objects.
 

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

Classes in org.snmp4j.agent.mo.snmp that implement ManagedObject
 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 ManagedObject in org.snmp4j.agent.mo.snmp4j
 

Classes in org.snmp4j.agent.mo.snmp4j that implement ManagedObject
 class MOSubtreeProxy
          In contrast to ProxyForwarder, the MOSubtreeProxy provides a proxy implementation for a single subtree based on the configuration provided by the Snmp4jProxyMib SnmpProxyMIB and SnmpTargetMIB.
 class Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation
           
 

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

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

Uses of ManagedObject in org.snmp4j.agent.request
 

Methods in org.snmp4j.agent.request that return ManagedObject
 ManagedObject SnmpRequest.SnmpSubRequest.getTargetMO()
           
 ManagedObject SubRequest.getTargetMO()
          Gets the ManagedObject that is responsible for processing this sub-request.
 

Methods in org.snmp4j.agent.request with parameters of type ManagedObject
 void SnmpRequest.SnmpSubRequest.setTargetMO(ManagedObject managedObject)
           
 void SubRequest.setTargetMO(ManagedObject managedObject)
          Sets the ManagedObject that is determined as the target object of this sub-request by the agent framework.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.