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 IndexRegistryEntrynewIndexRegistryEntry(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:AgentXIndexRegistryCreates a new index type.- Overrides:
newIndexRegistryEntryin classAgentXIndexRegistry- Parameters:
context- the SNMPv3 context.vb- the index type identifier.- Returns:
- a new
IndexRegistryEntryrepresenting an index type.
-