Uses of Interface
org.snmp4j.agent.mo.MOTable
-
Packages that use MOTable Package Description org.snmp4j.agent org.snmp4j.agent.mo org.snmp4j.agent.mo.snmp org.snmp4j.agent.mo.snmp.dh org.snmp4j.agent.mo.snmp4j -
-
Uses of MOTable in org.snmp4j.agent
Methods in org.snmp4j.agent with type parameters of type MOTable Modifier and Type Method Description static <R extends MOTableRow,T extends MOTable<R,? extends MOColumn,? extends MOTableModel<R>>>
voidDefaultMOServer. registerTableRowListener(MOServer server, MOTableRowListener<R> listener)Register a singleMOTableRowListenerwith 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 singleMOTableRowListenerwith all tables in the specifiedMOServer. -
Uses of MOTable in org.snmp4j.agent.mo
Classes in org.snmp4j.agent.mo that implement MOTable Modifier and Type Class Description classDefaultMOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>>TheDefaultMOTableclass is the default implementation of theMOTableclass.Methods in org.snmp4j.agent.mo that return MOTable Modifier and Type Method Description default <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 theDefaultMOMutableTableModelas 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()MOTableMOColumn. getTable()MOTable<R,? extends MOColumn,? extends MOTableModel<R>>MOTableRowEvent. getTable()Methods in org.snmp4j.agent.mo with parameters of type MOTable Modifier and Type Method Description default <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 MOTable Constructor 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.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 MOTable Modifier and Type Class Description classSNMPv2MIB.SysOREntryMethods in org.snmp4j.agent.mo.snmp with parameters of type MOTable Modifier and Type Method Description static org.snmp4j.smi.Integer32RowStatus. 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.Integer32StorageType. getStorageType(MOTableRow row, MOTable<?,?,?> table)Gets the value of the StorageType column (if it exists) in the specified row and table.voidSnmpCommunityMIB. 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.voidRowPointer. setTargetTable(MOTable targetTable)voidRowStatus. unsetTable(MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table)Unsets the table instance and thus unregisters itself asMOChangeListenerandMOTableRowListener.Constructors in org.snmp4j.agent.mo.snmp with parameters of type MOTable Constructor Description RowCount(MOTable moTable)Creates a row countingGauge32variable 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 MOTable Modifier and Type Method Description MOTable<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
-