Package | Description |
---|---|
org.snmp4j.agent.agentx.subagent | |
org.snmp4j.agent.agentx.subagent.test |
Modifier and Type | Field and Description |
---|---|
protected Map<String,AgentXSharedMOTableSupport> |
AgentXSubagent.sharedMOTableSupport |
Modifier and Type | Method and Description |
---|---|
protected AgentXSharedMOTableSupport |
AgentXSubagent.createSharedTableSupport(AgentXSession session,
OctetString context)
Create a new
AgentXSharedMOTableSupport instance for the given AgentX session and context. |
AgentXSharedMOTableSupport<R> |
DefaultAgentXSharedMOTable.getAgentXSharedMOTableSupport() |
AgentXSharedMOTableSupport<R> |
AgentXSharedMutableMOTable.getAgentXSharedMOTableSupport()
Returns the shared table support object this shared table uses.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentXSubagent.registerSharedTableRows(AgentXSession session,
OctetString context,
AgentXSharedMOTable mo,
RegistrationCallback registrationCallback,
AgentXSharedMOTableSupport sharedTableSupport)
Registers the indexes and (row) regions of a shared table.
|
void |
DefaultAgentXSharedMOTable.setAgentXSharedMOTableSupport(AgentXSharedMOTableSupport<R> sharedTableSupport) |
void |
AgentXSharedMutableMOTable.setAgentXSharedMOTableSupport(AgentXSharedMOTableSupport<R> sharedTableSupport)
Sets the shared table support that this shared table should be use to
(de)register rows and (de)allocate indexes while this shared table is
part of an connected AgentX session.
|
Modifier and Type | Method and Description |
---|---|
AgentXSharedMOTableSupport<AgentppTestMib.AgentppTestSharedExtEntryRow> |
AgentppTestMib.AgentppTestSessionsEntryRow.getSharedTableSupport() |
Copyright © 2016 SNMP4J.org. All rights reserved.