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 MOTableSubIndexMOFactory. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax)Creates a sub-index definition.default MOTableSubIndexMOFactory. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax, int minLength, int maxLength)Creates a sub-index definition.MOTableSubIndexMOFactoryAdapter. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax)MOTableSubIndexMOFactoryAdapter. createSubIndex(org.snmp4j.smi.OID oid, int smiSyntax, int minLength, int maxLength)MOTableSubIndexMOTableIndex. 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 MOTableIndexMOFactory. createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength)Creates an index definition from the supplied sub-index definitions without index validation.default MOTableIndexMOFactory. 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.MOTableIndexMOFactoryAdapter. createIndex(MOTableSubIndex[] subIndexes, boolean impliedLength)MOTableIndexMOFactoryAdapter. 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.
-