Package | Description |
---|---|
org.snmp4j.agent.mo | |
org.snmp4j.agent.mo.snmp |
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) |
MOTableIndex |
DefaultMOTable.getIndexDef() |
MOTableIndex |
MOTable.getIndexDef()
Gets the index definition of this table.
|
Modifier and Type | Method and Description |
---|---|
<R extends MOTableRow,M extends MOTableModel<R>> |
MOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns)
Creates a MOTable instance for the supplied OID, index definition, and
columns with the
DefaultMOMutableTableModel as table model. |
<R extends MOTableRow,M extends MOTableModel<R>> |
DefaultMOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns) |
<R extends MOTableRow,M extends MOTableModel<R>> |
MOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns,
M model)
Creates a MOTable instance for the supplied OID, index definition,
columns, and table model.
|
<R extends MOTableRow,M extends MOTableModel<R>> |
DefaultMOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns,
M model) |
<R extends MOTableRow,M extends MOTableModel<? extends R>> |
MOFactory.createTableModel(org.snmp4j.smi.OID tableOID,
MOTableIndex indexDef,
MOColumn[] columns)
Creates a table model (by default a
DefaultMOMutableTableModel ). |
<R extends MOTableRow,M extends MOTableModel<? extends R>> |
DefaultMOFactory.createTableModel(org.snmp4j.smi.OID tableOID,
MOTableIndex indexDef,
MOColumn[] columns) |
Constructor and Description |
---|
DefaultMOTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
C[] columns) |
DefaultMOTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
C[] columns,
M model)
Creates a new SNMP table with the specified "Entry" OID, INDEX, columns,
and
MOTableModel . |
Modifier and Type | Method and Description |
---|---|
MOTableIndex |
UsmMIB.UsmTableModel.getIndexDef() |
MOTableIndex |
UsmMIB.UsmTableRow.getIndexDef() |
Constructor and Description |
---|
SysOREntry(org.snmp4j.smi.OID oid,
MOTableIndex index,
MOColumn[] columns) |
UsmTableModel(MOTableIndex indexDef) |
Copyright © 2016 SNMP4J.org. All rights reserved.