Uses of Class
org.snmp4j.agent.agentx.AgentX
Packages that use AgentX
-
Uses of AgentX in org.snmp4j.agent.agentx.master
Constructors in org.snmp4j.agent.agentx.master with parameters of type AgentXModifierConstructorDescriptionAgentXCommandProcessor
(org.snmp4j.smi.OctetString contextEngineID, AgentXQueue queue, AgentX agentX, org.snmp4j.agent.MOServer[] server) Creates anAgentXCommandProcessor
using aAgentX
entity and an array ofMOServer
instances representing the master agentsManagedObject
s. -
Uses of AgentX in org.snmp4j.agent.agentx.subagent
Methods in org.snmp4j.agent.agentx.subagent that return AgentXModifier and TypeMethodDescriptionAgentXSharedMOTableSupport.getAgentX()
Gets theAgentX
protocol.Constructors in org.snmp4j.agent.agentx.subagent with parameters of type AgentXModifierConstructorDescriptionAgentXSharedMOTableSupport
(AgentX agentX, AgentXSession<A> session, org.snmp4j.smi.OctetString context) Creates a shared table support object for a AgentX connection, session, and context.AgentXSharedMOTableSupport
(AgentX agentX, AgentXSession<A> session, org.snmp4j.smi.OctetString context, byte priority, byte indexAllocationMode) Creates a shared table support object for a AgentX connection, session, and context.AgentXSubagent
(AgentX agentX, org.snmp4j.smi.OID subagentID, org.snmp4j.smi.OctetString subagentDescr, SubagentXConfigManager configManager) Creates a AgentX sub-agent using aSubagentXConfigManager
.