Class AgentXMib.AgentxRegistrationEntryRowFactory
java.lang.Object
org.snmp4j.agent.agentx.master.AgentXMib.AgentxRegistrationEntryRowFactory
- All Implemented Interfaces:
org.snmp4j.agent.mo.MOTableRowFactory<AgentXMib.AgentxRegistrationEntryRow>
- Enclosing class:
AgentXMib
public static class AgentXMib.AgentxRegistrationEntryRowFactory
extends Object
implements org.snmp4j.agent.mo.MOTableRowFactory<AgentXMib.AgentxRegistrationEntryRow>
The
AgentxRegistrationEntryRowFactory creates and frees rows of the
agentxRegistrationEntry conceptual table.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newAgentxRegistrationEntryRowFactory. -
Method Summary
Modifier and TypeMethodDescriptioncreateRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) void
-
Constructor Details
-
AgentxRegistrationEntryRowFactory
public AgentxRegistrationEntryRowFactory()Creates a newAgentxRegistrationEntryRowFactory.
-
-
Method Details
-
createRow
public AgentXMib.AgentxRegistrationEntryRow createRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) throws UnsupportedOperationException - Specified by:
createRowin interfaceorg.snmp4j.agent.mo.MOTableRowFactory<AgentXMib.AgentxRegistrationEntryRow>- Throws:
UnsupportedOperationException
-
freeRow
- Specified by:
freeRowin interfaceorg.snmp4j.agent.mo.MOTableRowFactory<AgentXMib.AgentxRegistrationEntryRow>
-