Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.example | |
org.snmp4j.agent.mo | |
org.snmp4j.agent.mo.snmp | |
org.snmp4j.agent.mo.snmp4j | |
org.snmp4j.agent.mo.snmp4j.example |
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 | Method and Description |
---|---|
MOTable<Snmp4jDemoMib.Snmp4jDemoEntryRow,MOColumn,MOMutableTableModel<Snmp4jDemoMib.Snmp4jDemoEntryRow>> |
Snmp4jDemoMib.getSnmp4jDemoEntry() |
MOTable<Snmp4jDemoMib.Snmp4jDemoSparseEntryRow,MOColumn,MOMutableTableModel<Snmp4jDemoMib.Snmp4jDemoSparseEntryRow>> |
Snmp4jDemoMib.getSnmp4jDemoSparseEntry() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>>
The
DefaultMOTable class is the default implementation of the
MOTable class. |
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) |
MOTable |
MOColumn.getTable() |
MOTable<R,? extends MOColumn,? extends MOTableModel<R>> |
MOTableRowEvent.getTable() |
Modifier and Type | Method and Description |
---|---|
<BaseRow extends MOTableRow,DependentRow extends MOTableRow> |
MOFactory.createTableRelation(MOTable<BaseRow,? extends MOColumn,? extends MOTableModel<BaseRow>> baseTable,
MOTable<DependentRow,? extends MOColumn,? extends MOTableModel<DependentRow>> dependentTable)
Creates a relation between two tables.
|
<BaseRow extends MOTableRow,DependentRow extends MOTableRow> |
MOFactory.createTableRelation(MOTable<BaseRow,? extends MOColumn,? extends MOTableModel<BaseRow>> baseTable,
MOTable<DependentRow,? extends MOColumn,? extends MOTableModel<DependentRow>> dependentTable)
Creates a relation between two tables.
|
<BaseRow extends MOTableRow,DependentRow extends MOTableRow> |
DefaultMOFactory.createTableRelation(MOTable<BaseRow,? extends MOColumn,? extends MOTableModel<BaseRow>> baseTable,
MOTable<DependentRow,? extends MOColumn,? extends MOTableModel<DependentRow>> dependentTable) |
<BaseRow extends MOTableRow,DependentRow extends MOTableRow> |
DefaultMOFactory.createTableRelation(MOTable<BaseRow,? extends MOColumn,? extends MOTableModel<BaseRow>> baseTable,
MOTable<DependentRow,? extends MOColumn,? extends MOTableModel<DependentRow>> dependentTable) |
<R extends MOTableRow> |
MOColumn.setTable(MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table)
Sets the table instance this columnar object is contained in.
|
Constructor and Description |
---|
MOTableRelation(MOTable<BaseRow,? extends MOColumn,? extends MOTableModel<BaseRow>> baseTable,
MOTable<DependentRow,? extends MOColumn,? extends MOTableModel<DependentRow>> dependentTable)
Creates a table relation from a base table and the dependent table.
|
MOTableRelation(MOTable<BaseRow,? extends MOColumn,? extends MOTableModel<BaseRow>> baseTable,
MOTable<DependentRow,? extends MOColumn,? extends MOTableModel<DependentRow>> dependentTable)
Creates a table relation from a base table and the dependent table.
|
MOTableRowEvent(Object source,
MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table,
R row,
int type)
Creates a table row event based on table, row and type that cannot be
canceled by the event listener.
|
MOTableRowEvent(Object source,
MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table,
R row,
int type,
boolean deniable)
Creates a table row event based on table, row and type that may be
canceled by the event listener depending on the specified flag.
|
MOTableRowEvent(Object source,
MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table,
R row,
MOTableRow preparedChanges,
int type)
Creates a table row event based on table, row, prepared changes, and type
that cannot be canceled by the event listener.
|
MOTableRowEvent(Object source,
MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table,
R row,
MOTableRow preparedChanges,
int type,
boolean deniable)
Creates a table row event based on table, row, prepared changes, and type.
|
Modifier and Type | Class and Description |
---|---|
class |
SNMPv2MIB.SysOREntry |
Modifier and Type | Method and Description |
---|---|
void |
SnmpCommunityMIB.setBaseTableSnmpTargetAddrEntry(MOTable<SnmpTargetMIB.SnmpTargetAddrEntryRow,? extends MOColumn,? extends MOTableModel<SnmpTargetMIB.SnmpTargetAddrEntryRow>> baseTable) |
<R extends MOTableRow> |
RowStatus.setTable(MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table)
Sets the table instance this columnar object is contained in.
|
void |
RowPointer.setTargetTable(MOTable targetTable) |
void |
RowStatus.unsetTable(MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table)
Unsets the table instance and thus unregisters itself as
MOChangeListener and MOTableRowListener . |
Constructor and Description |
---|
RowPointer(int columnID,
MOAccess access,
org.snmp4j.smi.OID defaultValue,
boolean mutableInService,
MOTable targetTable) |
RowStatusEvent(Object source,
MOTable table,
MOTableRow row,
MOTableRow changeSet,
int oldStatus,
int newStatus) |
RowStatusEvent(Object source,
MOTable table,
MOTableRow row,
MOTableRow changeSet,
int oldStatus,
int newStatus,
boolean deniable) |
RowStatusEvent(Object source,
MOTable table,
MOTableRow row,
MOTableRow changeSet,
int oldStatus,
int newStatus,
boolean deniable,
SubRequest request)
Creates a row status event and associates a security name with the
status change.
|
Modifier and Type | Method and Description |
---|---|
MOTable |
Snmp4jConfigMib.getSnmp4jCfgStorageEntry() |
MOTable |
Snmp4jLogMib.getSnmp4jLogConsoleHandlerEntry() |
MOTable |
Snmp4jLogMib.getSnmp4jLogFileHandlerEntry() |
MOTable |
Snmp4jLogMib.getSnmp4jLogHandlerEntry() |
MOTable |
Snmp4jLogMib.getSnmp4jLogLoggerEntry() |
MOTable |
Snmp4jLogMib.getSnmp4jLogLoggerToHandlerEntry() |
MOTable |
Snmp4jProxyMib.getSnmp4jProxyEntry() |
Modifier and Type | Method and Description |
---|---|
MOTable |
Snmp4jHeartbeatMib.getSnmp4jAgentHBCtrlEntry() |
Copyright © 2019 SNMP4J.org. All rights reserved.