Package | Description |
---|---|
org.snmp4j.agent.agentx | |
org.snmp4j.agent.agentx.master | |
org.snmp4j.agent.agentx.subagent |
Modifier and Type | Class and Description |
---|---|
class |
AgentX
The
AgentX class implements the AgentX protocol that sends
and receives AgentX PDUs over one or more transport mappings. |
Modifier and Type | Method and Description |
---|---|
void |
AgentXMessageDispatcherImpl.addCommandListener(AgentXCommandListener l) |
void |
AgentXMessageDispatcher.addCommandListener(AgentXCommandListener listener) |
void |
AgentX.addCommandResponder(AgentXCommandListener listener)
Adds a
AgentXCommandListener to this AgentX session. |
void |
AgentXMessageDispatcherImpl.removeCommandListener(AgentXCommandListener l) |
void |
AgentXMessageDispatcher.removeCommandListener(AgentXCommandListener listener) |
void |
AgentX.removeCommandResponder(AgentXCommandListener listener)
Removes a
AgentXCommandListener from this AgentX session. |
Modifier and Type | Class and Description |
---|---|
class |
AgentXCommandProcessor
The
AgentXCommandProcessor implements the CommandProcessor
interface for AgentX command processing of an AgentX master agent. |
Modifier and Type | Class and Description |
---|---|
class |
AgentXSubagent
The
AgentXSubagent class implements the AgentX communication
for an AgentX subagent implementation. |
Copyright © 2016 SNMP4J.org. All rights reserved.