Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.mo | |
org.snmp4j.agent.mo.snmp | |
org.snmp4j.agent.mo.snmp4j | |
org.snmp4j.agent.mo.snmp4j.example | |
org.snmp4j.agent.mo.util |
Modifier and Type | Method and Description |
---|---|
static <R extends MOTableRow,T extends MOTable<R,? extends MOColumn,? extends MOTableModel<R>>> |
DefaultMOServer.registerTableRowListener(MOServer server,
MOTableRowListener<R> listener)
Register a single
MOTableRowListener with all tables in the
specified MOServer . |
static <R extends MOTableRow,T extends MOTable<R,? extends MOColumn,? extends MOTableModel<R>>> |
DefaultMOServer.unregisterTableRowListener(MOServer server,
MOTableRowListener<R> listener)
Unregister a single
MOTableRowListener with all tables in the
specified MOServer . |
Modifier and Type | Class and Description |
---|---|
protected class |
MOTableRelation.RelationShipListener |
Modifier and Type | Field and Description |
---|---|
protected Vector<MOTableRowListener<R>> |
DefaultMOTable.moTableRowListeners |
Modifier and Type | Method and Description |
---|---|
protected MOTableRowListener<BaseRow> |
MOTableRelation.createRelationShipListener() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMOTable.addMOTableRowListener(MOTableRowListener<R> l) |
void |
MOTable.addMOTableRowListener(MOTableRowListener<R> l)
Adds a
MOTableRowListener listener that needs to be informed
about row changes (creation, addition, removal). |
void |
DefaultMOTable.removeMOTableRowListener(MOTableRowListener<R> l) |
void |
MOTable.removeMOTableRowListener(MOTableRowListener<R> l)
Removes
MOTableRowListener instance. |
Modifier and Type | Class and Description |
---|---|
class |
RowStatus<R extends MOTableRow>
The
RowStatus class implements the columnar object TC RowStatus. |
class |
SnmpTargetMIB |
class |
UsmMIB
The
UsmMIB implements the SNMP-USER-BASED-SM-MIB defined in
RFC 3414. |
Modifier and Type | Class and Description |
---|---|
class |
Snmp4jLogMib |
class |
Snmp4jProxyMib |
Modifier and Type | Class and Description |
---|---|
class |
Snmp4jHeartbeatMib |
Modifier and Type | Class and Description |
---|---|
class |
LogMOTableSizeLimit<R extends MOTableRow>
The
LogMOTableSizeLimit implements a MOTableSizeLimit
to limit the number of entries in a table by removing the eldest rows
existing in the table when the limit is exceeded. |
class |
MOTableSizeLimit<R extends MOTableRow>
This class implements a size limit on the number of rows in a table.
|
Copyright © 2018 SNMP4J.org. All rights reserved.