Class SubAgentXIndexRegistry
java.lang.Object
org.snmp4j.agent.agentx.master.index.AgentXIndexRegistry
org.snmp4j.agent.agentx.subagent.index.SubAgentXIndexRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IndexRegistryEntry
newIndexRegistryEntry
(org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding vb) Creates a new index type.
-
Constructor Details
-
SubAgentXIndexRegistry
public SubAgentXIndexRegistry()
-
-
Method Details
-
newIndexRegistryEntry
protected IndexRegistryEntry newIndexRegistryEntry(org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding vb) Description copied from class:AgentXIndexRegistry
Creates a new index type.- Overrides:
newIndexRegistryEntry
in classAgentXIndexRegistry
- Parameters:
context
- the SNMPv3 context.vb
- the index type identifier.- Returns:
- a new
IndexRegistryEntry
representing an index type.
-