Package org.snmp4j.agent.agentx.subagent
package org.snmp4j.agent.agentx.subagent
-
ClassDescriptionThe
AgentXRequestclass represents AgentX sub-agent requests.AgentXSharedMOTable<R extends org.snmp4j.agent.mo.MOTableRow,C extends org.snmp4j.agent.mo.MOColumn, M extends org.snmp4j.agent.mo.MOTableModel<R>> TheAgentXSharedMOTableextends theMOTableinterface.AgentXSharedMOTableSupport<R extends org.snmp4j.agent.mo.MOTableRow,A extends org.snmp4j.smi.Address> TheAgentXSharedMOTableSupportprovides helper functions for shared table implementations to register rows and indexes at a master agent.AgentXSharedMOTableSupport.IndexStrategyspecifies how index values are generated.AgentXSharedMutableMOTable<R extends org.snmp4j.agent.mo.MOTableRow,C extends org.snmp4j.agent.mo.MOColumn, M extends org.snmp4j.agent.mo.MOTableModel<R>> TheAgentXSharedMutableMOTableextends theAgentXSharedMOTableandMutableMOTableinterface.TheAgentXSubagentclass implements the AgentX communication for an AgentX subagent implementation and the agent configuration viaAgentConfigManageralthough many configurations that are necessary for a regular command responder and AgentX master agent are not applicable for a subagent.DefaultAgentXSharedMOTable<R extends org.snmp4j.agent.mo.MOTableRow,C extends org.snmp4j.agent.mo.MOColumn, M extends org.snmp4j.agent.mo.MOTableModel<R>> TheDefaultAgentXSharedMOTableclass is a default implementation for a shared table.TheRegistrationCallbackinforms about the state of a AgentX registration or index allocation request.TheSubagentXConfigManageris the main component of a SNMP4J AgentX Subagent.