Package | Description |
---|---|
org.snmp4j.agent.mo |
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.
|
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) |
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.
|
Copyright © 2018 SNMP4J.org. All rights reserved.