org.snmp4j.agent.agentx.subagent |
|
Java Source File Name | Type | Comment |
AgentXRequest.java | Class | The AgentXRequest class represents AgentX sub-agent requests. |
AgentXSharedMOTable.java | Interface | The AgentXSharedMOTable extends the MOTable
interface. |
AgentXSharedMOTableSupport.java | Class | The AgentXSharedMOTableSupport provides helper functions for
shared table implementations to register rows and indexes at a master agent. |
AgentXSharedMutableMOTable.java | Interface | The AgentXSharedMutableMOTable extends the
AgentXSharedMOTable and MutableMOTable interface.
It serves as a marker interface to be able to differentiate
between regular tables, AgentX shared index tables, and AgentX shared index
tables with varying number of rows (this kind). |
AgentXSubagent.java | Class | The AgentXSubagent class implements the AgentX communication
for an AgentX subagent implementation. |
DefaultAgentXSharedMOTable.java | Class | The DefaultAgentXSharedMOTable class is a default implementation
for a shared table. |