Package | Description |
---|---|
org.snmp4j.agent.mo |
Modifier and Type | Class and Description |
---|---|
class |
MOTableIndex
The
MOTableIndex class represents a index definition of a
conceptual table. |
Modifier and Type | Method and Description |
---|---|
MOTableIndexValidator |
MOTableIndex.getValidator()
Gets the index validator (if present).
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
MOTableIndex.setValidator(MOTableIndexValidator validator)
Sets the index validator associated with this index definition.
|
Constructor and Description |
---|
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 © 2019 SNMP4J.org. All rights reserved.