Uses of Interface
org.snmp4j.agent.mo.MOTable
Packages that use MOTable
Package
Description
-
Uses of MOTable in org.snmp4j.agent
Methods in org.snmp4j.agent with type parameters of type MOTableModifier and TypeMethodDescriptionstatic <R extends MOTableRow,
T extends MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>>
voidDefaultMOServer.registerTableRowListener
(MOServer server, MOTableRowListener<R> listener) Register a singleMOTableRowListener
with all tables in the specifiedMOServer
.static <R extends MOTableRow,
T extends MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>>
voidDefaultMOServer.unregisterTableRowListener
(MOServer server, MOTableRowListener<R> listener) Unregister a singleMOTableRowListener
with all tables in the specifiedMOServer
. -
Uses of MOTable in org.snmp4j.agent.mo
Classes in org.snmp4j.agent.mo that implement MOTableModifier and TypeClassDescriptionclass
DefaultMOTable<R extends MOTableRow,
C extends MOColumn, M extends MOTableModel<R>> TheDefaultMOTable
class is the default implementation of theMOTable
class.Methods in org.snmp4j.agent.mo that return MOTableModifier and TypeMethodDescriptiondefault <R extends MOTableRow,
M extends MOTableModel<R>>
MOTable<R,MOColumn, M> MOFactory.createTable
(org.snmp4j.smi.OID oid, MOTableIndex indexDef, MOColumn[] columns) Creates a MOTable instance for the supplied OID, index definition, and columns with theDefaultMOMutableTableModel
as table model.default <R extends MOTableRow,
M extends MOTableModel<R>>
MOTable<R,MOColumn, M> 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>>
MOTable<R,MOColumn, M> MOFactoryAdapter.createTable
(org.snmp4j.smi.OID oid, MOTableIndex indexDef, MOColumn[] columns) <R extends MOTableRow,
M extends MOTableModel<R>>
MOTable<R,MOColumn, M> MOFactoryAdapter.createTable
(org.snmp4j.smi.OID oid, MOTableIndex indexDef, MOColumn[] columns, M model) MOTable<BaseRow,
? extends MOColumn, ? extends MOTableModel<BaseRow>> MOTableRelation.getBaseTable()
MOTable<DependentRow,
? extends MOColumn, ? extends MOTableModel<DependentRow>> MOTableRelation.getDependentTable()
MOTable<DependentRow,
? extends MOColumn, ? extends MOTableModel<DependentRow>> MOTableRelation.RelationShipListener.getDependentTable()
MOColumn.getTable()
MOTable<R,
? extends MOColumn, ? extends MOTableModel<R>> MOTableRowEvent.getTable()
Methods in org.snmp4j.agent.mo with parameters of type MOTableModifier and TypeMethodDescriptiondefault <BaseRow extends MOTableRow,
DependentRow extends MOTableRow>
MOTableRelation<BaseRow,DependentRow> 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>
MOTableRelation<BaseRow,DependentRow> MOFactoryAdapter.createTableRelation
(MOTable<BaseRow, ? extends MOColumn, ? extends MOTableModel<BaseRow>> baseTable, MOTable<DependentRow, ? extends MOColumn, ? extends MOTableModel<DependentRow>> dependentTable) static <V extends org.snmp4j.smi.Variable>
VDefaultMOTableRow.getColumnValue
(MOTableRow row, MOTable<?, ?, ?> table, Class<MOColumn<V>> columnClass, SubRequest<?> subRequest) Gets the value of the first column (if it exists) in the specified row and table that matches (equals) the given column class.<R extends MOTableRow>
voidMOColumn.setTable
(MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>> table) Sets the table instance this columnar object is contained in.Constructors in org.snmp4j.agent.mo with parameters of type MOTableModifierConstructorDescriptionMOTableRelation
(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, int type, MOTableRowEvent.OriginType originType) 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, MOTableRowEvent.OriginType originType, 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.MOTableRowEvent
(Object source, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>> table, R row, MOTableRow preparedChanges, int type, boolean deniable, int numberOfConsecutiveEventsOfSameOrigin) Creates a table row event based on table, row, prepared changes, and type that cannot be canceled by the event listener. -
Uses of MOTable in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement MOTableMethods in org.snmp4j.agent.mo.snmp that return MOTableModifier and TypeMethodDescriptionMOTable<NotificationLogMib.NlmConfigLogEntryRow,
MOColumn, MOTableModel<NotificationLogMib.NlmConfigLogEntryRow>> NotificationLogMib.getNlmConfigLogEntry()
NotificationLogMib.getNlmLogEntry()
MOTable<NotificationLogMib.NlmLogVariableEntryRow,
MOColumn, MOTableModel<NotificationLogMib.NlmLogVariableEntryRow>> NotificationLogMib.getNlmLogVariableEntry()
MOTable<NotificationLogMib.NlmStatsLogEntryRow,
MOColumn, MOTableModel<NotificationLogMib.NlmStatsLogEntryRow>> NotificationLogMib.getNlmStatsLogEntry()
MOTable<SnmpCommunityMIB.SnmpCommunityEntryRow,
MOColumn, MOMutableTableModel<SnmpCommunityMIB.SnmpCommunityEntryRow>> SnmpCommunityMIB.getSnmpCommunityEntry()
SnmpProxyMIB.getSnmpProxyEntry()
Returns the proxy configuration table defined as "snmpProxyTable".SnmpCommunityMIB.getSnmpTargetAddrExtEntry()
MOTable<SnmpTlsTmMib.SnmpTlstmAddrEntryRow,
MOColumn, MOTableModel<SnmpTlsTmMib.SnmpTlstmAddrEntryRow>> SnmpTlsTmMib.getSnmpTlstmAddrEntry()
MOTable<SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow,
MOColumn, DefaultMOMutableTableModel<SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow>> SnmpTlsTmMib.getSnmpTlstmCertToTSNEntry()
MOTable<SnmpTlsTmMib.SnmpTlstmParamsEntryRow,
MOColumn, MOTableModel<SnmpTlsTmMib.SnmpTlstmParamsEntryRow>> SnmpTlsTmMib.getSnmpTlstmParamsEntry()
MOTable<?,
?, ?> RowStatusEvent.getTable()
RowPointer.getTargetTable()
Methods in org.snmp4j.agent.mo.snmp with parameters of type MOTableModifier and TypeMethodDescriptionstatic org.snmp4j.smi.Integer32
RowStatus.getRowStatus
(MOTableRow row, MOTable<?, ?, ?> table) Gets the value of the RowStatus column (if it exists) in the specified row and table.static org.snmp4j.smi.Integer32
StorageType.getStorageType
(MOTableRow row, MOTable<?, ?, ?> table) Gets the value of the StorageType column (if it exists) in the specified row and table.void
SnmpCommunityMIB.setBaseTableSnmpTargetAddrEntry
(MOTable<SnmpTargetMIB.SnmpTargetAddrEntryRow, ? extends MOColumn, ? extends MOTableModel<SnmpTargetMIB.SnmpTargetAddrEntryRow>> baseTable) <R extends MOTableRow>
voidRowStatus.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 asMOChangeListener
andMOTableRowListener
.Constructors in org.snmp4j.agent.mo.snmp with parameters of type MOTableModifierConstructorDescriptionCreates a row countingGauge32
variable for the specifiedMOTable
.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. -
Uses of MOTable in org.snmp4j.agent.mo.snmp.dh
Methods in org.snmp4j.agent.mo.snmp.dh that return MOTableModifier and TypeMethodDescriptionMOTable<SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow,
MOColumn, MOTableModel<SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow>> SnmpUsmDhObjectsMib.getUsmDHKickstartEntry()
MOTable<SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow,
MOColumn, MOTableModel<SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow>> SnmpUsmDhObjectsMib.getUsmDHUserKeyEntry()
-
Uses of MOTable in org.snmp4j.agent.mo.snmp4j
Methods in org.snmp4j.agent.mo.snmp4j that return MOTableModifier and TypeMethodDescriptionMOTable<Snmp4jConfigMib.Snmp4jCfgStorageEntryRow,
MOColumn, MOMutableTableModel<Snmp4jConfigMib.Snmp4jCfgStorageEntryRow>> Snmp4jConfigMib.getSnmp4jCfgStorageEntry()
MOTable<Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow,
MOColumn, MOMutableTableModel<Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow>> Snmp4jConfigMib.getSnmp4jCfgStorageSeqEntry()
MOTable<Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow,
MOColumn, MOMutableTableModel<Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow>> Snmp4jLogMib.getSnmp4jLogConsoleHandlerEntry()
MOTable<Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow,
MOColumn, MOMutableTableModel<Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow>> Snmp4jLogMib.getSnmp4jLogFileHandlerEntry()
MOTable<Snmp4jLogMib.Snmp4jLogHandlerEntryRow,
MOColumn, MOMutableTableModel<Snmp4jLogMib.Snmp4jLogHandlerEntryRow>> Snmp4jLogMib.getSnmp4jLogHandlerEntry()
MOTable<Snmp4jLogMib.Snmp4jLogLoggerEntryRow,
MOColumn, MOMutableTableModel<Snmp4jLogMib.Snmp4jLogLoggerEntryRow>> Snmp4jLogMib.getSnmp4jLogLoggerEntry()
MOTable<Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow,
MOColumn, MOMutableTableModel<Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow>> Snmp4jLogMib.getSnmp4jLogLoggerToHandlerEntry()
MOTable<Snmp4jProxyMib.Snmp4jProxyEntryRow,
MOColumn, MOTableModel<Snmp4jProxyMib.Snmp4jProxyEntryRow>> Snmp4jProxyMib.getSnmp4jProxyEntry()