Uses of Package
org.snmp4j.agent

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

Classes in org.snmp4j.agent used by org.snmp4j.agent
AgentConfigManager.AgentState
           
CommandProcessor
          The CommandProcessor is the central glue code that puts together the various sub-systems of a SNMP agent.
ContextEvent
          The ContextEvent object describes an event that added or removed a context to/from a system.
ContextListener
          A ContextListener can be informed about new contexts or when a context is removed from a system.
DefaultMOQuery
          The DefaultMOQuery class is the default implementation of a managed object query.
DefaultMOScope
          The DefaultMOScope is the default MOScope and MutableMOScope implementation.
DefaultMOServer
          The default MO server implementation uses a sorted map for the managed object registry.
DuplicateRegistrationException
          A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
MOContextScope
          The MOContextScope extends the MOScope by applying a scope to a context.
MOException
          The MOException is the base class for all exceptions thrown while managing ManagedObjects.
MOGroup
          A MOGroup instance is a group of ManagedObjects.
MOQuery
          A managed object query is used to lookup managed objects, for example in a MOServer repository.
MOScope
          A managed object scope defines a continuous region within the global OID space.
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
MOServerLookupEvent
          A MOServerLookupEvent describes a lookup of a managed object within a MOServer repository.
MOServerLookupListener
          An object that is interested in callback notifications of lookup events on a MOServer instance has to implement the MOServerLookupListener interface.
MutableMOScope
          The MutableMOScope interface describes a mutable scope as needed for query processing.
NotificationOriginator
          The NotificationOriginator specifies the interface for classes providing notification sending.
ProxyForwarder
          The ProxyForwarder class represents a proxy forwarder instance as defined by RFC 3413.
ProxyForwardRequest
          To (proxy) forward a request or notification to a target, the original command responder event, the context engine ID, and context are required information.
ProxyMap
          The ProxyMap maps context engine IDs in conjunction with a proxy usage type to a ProxyForwarder instance.
RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
RequestHandler
          A request handler is able to process a request on behalf of the managed object repository represented by a MOServer.
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.
UpdateStrategy
          An UpdateStrategy defines how UpdatableManagedObjects are updated on behalf of server queries to a MOServer.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.example
AgentConfigManager
          The AgentConfigManager is the main component of a SNMP4J-Agent.
DuplicateRegistrationException
          A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
ManagedObjectValueAccess
          The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
MOGroup
          A MOGroup instance is a group of ManagedObjects.
MOScope
          A managed object scope defines a continuous region within the global OID space.
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
NotificationOriginator
          The NotificationOriginator specifies the interface for classes providing notification sending.
RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
SerializableManagedObject
          The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.io
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.mo
DuplicateRegistrationException
          A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
ManagedObjectValueAccess
          The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
MOAccess
          The MOAccess interface defines means to determine the maximum access supported by a managed object.
MOGroup
          A MOGroup instance is a group of ManagedObjects.
MOScope
          A managed object scope defines a continuous region within the global OID space.
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
SerializableManagedObject
          The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.mo.ext
DuplicateRegistrationException
          A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
ManagedObjectValueAccess
          The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
MOAccess
          The MOAccess interface defines means to determine the maximum access supported by a managed object.
MOGroup
          A MOGroup instance is a group of ManagedObjects.
MOScope
          A managed object scope defines a continuous region within the global OID space.
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
SerializableManagedObject
          The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.mo.snmp
DuplicateRegistrationException
          A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
ManagedObjectValueAccess
          The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
MOAccess
          The MOAccess interface defines means to determine the maximum access supported by a managed object.
MOGroup
          A MOGroup instance is a group of ManagedObjects.
MOScope
          A managed object scope defines a continuous region within the global OID space.
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
NotificationOriginator
          The NotificationOriginator specifies the interface for classes providing notification sending.
ProxyForwarder
          The ProxyForwarder class represents a proxy forwarder instance as defined by RFC 3413.
ProxyForwardRequest
          To (proxy) forward a request or notification to a target, the original command responder event, the context engine ID, and context are required information.
RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
SerializableManagedObject
          The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.mo.snmp.tc
MOAccess
          The MOAccess interface defines means to determine the maximum access supported by a managed object.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.mo.snmp4j
DuplicateRegistrationException
          A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
ManagedObjectValueAccess
          The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
MOAccess
          The MOAccess interface defines means to determine the maximum access supported by a managed object.
MOGroup
          A MOGroup instance is a group of ManagedObjects.
MOScope
          A managed object scope defines a continuous region within the global OID space.
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
MOServerLookupEvent
          A MOServerLookupEvent describes a lookup of a managed object within a MOServer repository.
MOServerLookupListener
          An object that is interested in callback notifications of lookup events on a MOServer instance has to implement the MOServerLookupListener interface.
RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
SerializableManagedObject
          The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.mo.snmp4j.example
DuplicateRegistrationException
          A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
ManagedObjectValueAccess
          The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
MOGroup
          A MOGroup instance is a group of ManagedObjects.
MOScope
          A managed object scope defines a continuous region within the global OID space.
MOServer
          The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
NotificationOriginator
          The NotificationOriginator specifies the interface for classes providing notification sending.
RegisteredManagedObject
          A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
SerializableManagedObject
          The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.request
ManagedObject
          The ManagedObject interface defines the basic operations for all SNMP(4J) manageable objects.
MOQuery
          A managed object query is used to lookup managed objects, for example in a MOServer repository.
MOScope
          A managed object scope defines a continuous region within the global OID space.
 

Classes in org.snmp4j.agent used by org.snmp4j.agent.util
MOScope
          A managed object scope defines a continuous region within the global OID space.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.