Interface | Description |
---|---|
LinkedMOFactory |
The LinkedMOFactory extends the basic MOFactory interface by means
for associating managed objects with instrumentation helper objects.
|
MOChangeListener |
A
MOChangeListener is informed about changes and change attempts
of managed objects. |
MOFactory |
The
MOFactory interface provides factory methods for creating
all types of managed objects known by SNMP4J-Agent. |
MOFilter |
The
MOFilter interface can be used to filter
ManagedObject s. |
MOMutableRow2PC |
The
MOMutableRow2PC interface adds support for 2-Phase-Commit
to mutable table rows. |
MOMutableTableModel<R extends MOTableRow> |
The
MOMutableTableModel defines the interface for mutable
table models. |
MOMutableTableRow |
The
MOMutableTableRow extends MOTableRow by
means to change a cells value and to support modifications (i.e. |
MOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>> |
The
MOTable interface describes SNMP conceptual tables. |
MOTableCellInfo |
The
MOTableCellInfo interface provides information about a
cell of a conceptual table. |
MOTableIndexValidator |
A
MOTableIndexValidator instance is able to validate an index
value for compatibility with an index definition. |
MOTableModel<R extends MOTableRow> |
The
MOTableModel interface defines the base table
model interface needed for MOTable s. |
MOTableModelListener |
A
MOTableModelListener can be informed about table model
changes. |
MOTableRow<V extends org.snmp4j.smi.Variable> |
The
MOTableRow interface describes a conceptual table row. |
MOTableRowFactory<R extends MOTableRow> |
A
MOTableRowFactory is used to create and delete rows for a
table model. |
MOTableRowFilter<R extends MOTableRow> |
The
MOTableRowFilter interface can be used to filter rows. |
MOTableRowListener<R extends MOTableRow> |
A
MOTableRowListener can be informed about row changes. |
MOValueValidationListener |
MOValueValidationListener s are able to validate SNMP values
against certain criteria, for example MIB definition constraints. |
Class | Description |
---|---|
DefaultMOFactory |
The
DefaultMOFactory is the default factory for creating
ManagedObjects. |
DefaultMOMutableRow2PC | |
DefaultMOMutableRow2PCFactory | |
DefaultMOMutableTableModel<R extends MOTableRow> | |
DefaultMOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>> |
The
DefaultMOTable class is the default implementation of the
MOTable class. |
DefaultMOTable.ChangeSet | |
DefaultMOTableModel<R extends MOTableRow> | |
DefaultMOTableRow |
The
DefaultMOTableRow is the default table row implementation. |
DeniableEventObject |
The
DeniableEventObject describes an event that can be canceled
through reporting a SNMP error status to the event source. |
MOAccessImpl |
The
MOAccessImpl class implements an immutable
MOAccess . |
MOChangeEvent |
The
MOChangeEvent describes the change of a single value of
a ManagedObject . |
MOColumn<V extends org.snmp4j.smi.Variable> |
The
MOColumn class represents columnar SMI objects. |
MOGroupImpl |
The
MOGroupImpl implements a simple object group. |
MOMutableColumn<V extends org.snmp4j.smi.Variable> |
The
MOMutableColumn class represents mutable columnar SMI
objects. |
MOScalar<V extends org.snmp4j.smi.Variable> |
The
MOScalar class represents scalar SNMP managed objects. |
MOTableIndex |
The
MOTableIndex class represents a index definition of a
conceptual table. |
MOTableModelEvent |
The
MOTableModelEvent event object describes events that change
a table model. |
MOTableRelation<BaseRow extends MOTableRow,DependentRow extends MOTableRow> |
The
MOTableRelation class models table relations like sparse
table relationship and augmentation. |
MOTableRowEvent<R extends MOTableRow> |
The
MOTableRowEvent class describes the changes |
MOTableSubIndex |
The
MOTableSubIndex class represents a sub-index definition. |
MOValueValidationEvent |
The
MOValueValidationEvent class represents a value validation
request. |
Copyright © 2019 SNMP4J.org. All rights reserved.