Uses of Interface
org.snmp4j.agent.agentx.AgentXCommandListener
Packages that use AgentXCommandListener
Package
Description
-
Uses of AgentXCommandListener in org.snmp4j.agent.agentx
Classes in org.snmp4j.agent.agentx that implement AgentXCommandListenerModifier and TypeClassDescriptionclassTheAgentXclass implements the AgentX protocol that sends and receives AgentX PDUs over one or more transport mappings.Methods in org.snmp4j.agent.agentx with parameters of type AgentXCommandListenerModifier and TypeMethodDescriptionvoidAgentXMessageDispatcher.addCommandListener(AgentXCommandListener listener) Adds aAgentXCommandListenerto this message dispatcher.voidAgentXMessageDispatcherImpl.addCommandListener(AgentXCommandListener l) voidAgentX.addCommandResponder(AgentXCommandListener listener) Adds aAgentXCommandListenerto this AgentX session.voidAgentXMessageDispatcher.removeCommandListener(AgentXCommandListener listener) Removes aAgentXCommandListenerfrom this message dispatcher.voidAgentXMessageDispatcherImpl.removeCommandListener(AgentXCommandListener l) voidAgentX.removeCommandResponder(AgentXCommandListener listener) Removes aAgentXCommandListenerfrom this AgentX session. -
Uses of AgentXCommandListener in org.snmp4j.agent.agentx.master
Classes in org.snmp4j.agent.agentx.master that implement AgentXCommandListenerModifier and TypeClassDescriptionclassTheAgentXCommandProcessorimplements theCommandProcessorinterface for AgentX command processing of an AgentX master agent. -
Uses of AgentXCommandListener in org.snmp4j.agent.agentx.subagent
Classes in org.snmp4j.agent.agentx.subagent that implement AgentXCommandListenerModifier and TypeClassDescriptionclassTheAgentXSubagentclass 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.Fields in org.snmp4j.agent.agentx.subagent declared as AgentXCommandListenerConstructors in org.snmp4j.agent.agentx.subagent with parameters of type AgentXCommandListenerModifierConstructorDescriptionSubagentXConfigManager(AgentXCommandListener agentXCommandListener, AgentXMessageDispatcher messageDispatcher, org.snmp4j.agent.MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, org.snmp4j.agent.io.MOInputFactory configurationFactory, org.snmp4j.agent.io.MOPersistenceProvider persistenceProvider, org.snmp4j.agent.mo.MOFactory moFactory) Creates a SNMP agent configuration which can be run by callingSubagentXConfigManager.run()later.