Package | Description |
---|---|
org.snmp4j.agent.mo | |
org.snmp4j.agent.mo.ext | |
org.snmp4j.agent.mo.snmp |
Modifier and Type | Interface | Description |
---|---|---|
interface |
MOMutableTableModel<R extends MOTableRow> |
The
MOMutableTableModel defines the interface for mutable
table models. |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultMOFactory |
The
DefaultMOFactory is the default factory for creating
ManagedObjects. |
class |
DefaultMOMutableRow2PCFactory |
|
class |
DefaultMOMutableTableModel<R extends MOTableRow> |
Modifier and Type | Field | Description |
---|---|---|
protected MOTableRowFactory<R> |
DefaultMOMutableTableModel.rowFactory |
Modifier and Type | Method | Description |
---|---|---|
MOTableRowFactory<R> |
DefaultMOMutableTableModel.getRowFactory() |
|
MOTableRowFactory<R> |
MOMutableTableModel.getRowFactory() |
Gets the factory instance used for creating rows for this model.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultMOMutableTableModel.setRowFactory(MOTableRowFactory<R> rowFactory) |
|
void |
MOMutableTableModel.setRowFactory(MOTableRowFactory<R> rowFactory) |
Sets the factory instance to be used for creating rows for this model.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimMOFactory |
A
SimMOFactory object can be used to create non-default MOAccess
instances which support an agent simulation mode which allows the
modification of MIB objects at runtime via SNMP that are not writable in
normal operation but writable in a special config mode (see
AGENTPP-SIMULATION-MIB). |
Modifier and Type | Class | Description |
---|---|---|
class |
UsmMIB.UsmTableModel |
Copyright © 2018 SNMP4J.org. All rights reserved.