Uses of Class
org.snmp4j.agent.mo.MOTableSubIndex
-
Packages that use MOTableSubIndex Package Description org.snmp4j.agent.mo -
-
Uses of MOTableSubIndex in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return MOTableSubIndex Modifier and Type Method Description default MOTableSubIndex
MOFactory. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax)
Creates a sub-index definition.default MOTableSubIndex
MOFactory. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax, int minLength, int maxLength)
Creates a sub-index definition.MOTableSubIndex
MOFactoryAdapter. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax)
MOTableSubIndex
MOFactoryAdapter. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax, int minLength, int maxLength)
MOTableSubIndex
MOTableIndex. getIndex(int index)
Gets the sub-index definition at the specified index.Methods in org.snmp4j.agent.mo with parameters of type MOTableSubIndex Modifier and Type Method Description default MOTableIndex
MOFactory. createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength)
Creates an index definition from the supplied sub-index definitions without index validation.default MOTableIndex
MOFactory. createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength, MOTableIndexValidator validator)
Creates an index definition from the supplied sub-index definitions with index validation according to the supplied validator.MOTableIndex
MOFactoryAdapter. createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength)
MOTableIndex
MOFactoryAdapter. createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength, MOTableIndexValidator validator)
Constructors in org.snmp4j.agent.mo with parameters of type MOTableSubIndex Constructor Description MOTableIndex(MOTableSubIndex[] subIndexes)
Creates a index definition from an array of sub-index definitions.MOTableIndex(MOTableSubIndex[] subIndexes, boolean impliedLength)
Creates a index definition from an array of sub-index definitions where the last sub-index may have an implied length.MOTableIndex(MOTableSubIndex[] subIndexes, boolean impliedLength, MOTableIndexValidator validator)
Creates a index definition from an array of sub-index definitions where the last sub-index may have an implied length.
-