Package | Description |
---|---|
org.snmp4j.agent.mo |
Modifier and Type | Method and Description |
---|---|
MOTableSubIndex |
DefaultMOFactory.createSubIndex(int smiSyntax) |
MOTableSubIndex |
DefaultMOFactory.createSubIndex(int smiSyntax,
int minLength,
int maxLength) |
MOTableSubIndex |
MOFactory.createSubIndex(org.snmp4j.smi.OID oid,
int smiSyntax)
Creates a sub-index definition.
|
MOTableSubIndex |
DefaultMOFactory.createSubIndex(org.snmp4j.smi.OID oid,
int smiSyntax) |
MOTableSubIndex |
MOFactory.createSubIndex(org.snmp4j.smi.OID oid,
int smiSyntax,
int minLength,
int maxLength)
Creates a sub-index definition.
|
MOTableSubIndex |
DefaultMOFactory.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.
|
Modifier and Type | Method and Description |
---|---|
MOTableIndex |
MOFactory.createIndex(MOTableSubIndex[] subIndexes,
boolean impliedLength)
Creates an index definition from the supplied sub-index definitions without
index validation.
|
MOTableIndex |
DefaultMOFactory.createIndex(MOTableSubIndex[] subIndexes,
boolean impliedLength) |
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 |
DefaultMOFactory.createIndex(MOTableSubIndex[] subIndexes,
boolean impliedLength,
MOTableIndexValidator validator) |
Constructor and 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.
|
Copyright © 2016 SNMP4J.org. All rights reserved.