Package | Description |
---|---|
org.snmp4j.agent.mo | |
org.snmp4j.agent.mo.ext | |
org.snmp4j.agent.mo.snmp |
Modifier and Type | Interface and Description |
---|---|
interface |
LinkedMOFactory
The LinkedMOFactory extends the basic MOFactory interface by means
for associating managed objects with instrumentation helper objects.
|
interface |
MOFactory
The
MOFactory interface provides factory methods for creating
all types of managed objects known by SNMP4J-Agent. |
interface |
MOMutableTableModel<R extends MOTableRow>
The
MOMutableTableModel defines the interface for mutable
table models. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMOFactory
The
DefaultMOFactory is the default factory for creating
ManagedObjects. |
class |
DefaultMOMutableRow2PCFactory |
class |
DefaultMOMutableTableModel<R extends MOTableRow> |
Modifier and Type | Field and Description |
---|---|
protected MOTableRowFactory<R> |
DefaultMOMutableTableModel.rowFactory |
Modifier and Type | Method and Description |
---|---|
<F extends MOTableRowFactory<R>> |
MOMutableTableModel.getRowFactory()
Gets the factory instance used for creating rows for this model.
|
<F extends MOTableRowFactory<R>> |
MOMutableTableModel.setRowFactory(F rowFactory)
Sets the factory instance to be used for creating rows for this model.
|
<F extends MOTableRowFactory<R>> |
DefaultMOMutableTableModel.setRowFactory(F rowFactory) |
Modifier and Type | Method and Description |
---|---|
MOTableRowFactory<R> |
DefaultMOMutableTableModel.getRowFactory() |
Modifier and Type | Class and 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 and Description |
---|---|
class |
UsmMIB.UsmTableModel |
Copyright © 2019 SNMP4J.org. All rights reserved.