Uses of Package
org.snmp4j.agent.agentx.master
Packages that use org.snmp4j.agent.agentx.master
-
Classes in org.snmp4j.agent.agentx.master used by org.snmp4j.agent.agentx.masterClassDescriptionThe
AbstractAgentXPending
implements an abstract class for pending AgentX requests.TheAgentXCommandProcessor
implements theCommandProcessor
interface for AgentX command processing of an AgentX master agent.TheAgentXMasterEvent
object describes an event that has been triggered on behalf of a sub-agent to master agent connection/session.TheAgentXMasterListener
interface ca be implemented to react on sub-agent, session, and registration changes occurred at the event emitting AgentX master agent.TheAgentXMasterSession
extends the base sessionAgentXSession
by agent capability information and sysObjectID as well as sysDescr.The AgentXMIB implements the AGENTX-MIB SMIv2 specification.AAgentXNode
represents an atomic registration region within the master agentsManagedObject
s.TheAgentXPending
interface is implemented by classes holding sub-agent AgentX request state information in a SNMP4J-AgentX master agent.TheAgentXQueue
holds AgentX requests that are processed by the master agent by sending the requests to the sub-agents and waiting for responses.AgentXRegEntry
represents an entry in the AgentX master agent registry.AAgentXSearchRange
extends aDefaultMOScope
by a reference to the original SNMPSnmpRequest.SnmpSubRequest
.An AgentX master agent needs to manage certain context related information which this class holds. -
Classes in org.snmp4j.agent.agentx.master used by org.snmp4j.agent.agentx.master.testClassDescriptionThe
AgentXMasterAgent
is the base agent class for AgentX master agents.