Uses of Interface
org.snmp4j.model.snmp.proxy.SnmpProxyRow
Packages that use SnmpProxyRow
Package
Description
-
Uses of SnmpProxyRow in org.snmp4j.model.snmp.api
Classes in org.snmp4j.model.snmp.api with type parameters of type SnmpProxyRowModifier and TypeClassDescriptionclass
DefaultSnmpProxyFactory<T,
C extends SnmpProxyColumn<T>, IC extends SnmpProxyIndexColumn<T>, IT, R extends SnmpProxyRow<IT, T>> TheDefaultSnmpProxyRegistry
implements aSnmpProxyFactory
for the proxy objects defined in theorg.snmp4j.proxy.impl
package. -
Uses of SnmpProxyRow in org.snmp4j.model.snmp.proxy
Classes in org.snmp4j.model.snmp.proxy with type parameters of type SnmpProxyRowModifier and TypeInterfaceDescriptioninterface
SnmpProxyRowFactory<R extends SnmpProxyRow<IT,
T>, IT, T> TheSnmpProxyRowFactory
implements a row factory for SNMP table proxies.interface
SnmpTable<C extends SnmpProxyColumn,
IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTable
defines the interface for writable table proxies.interface
SnmpTableRO<IC extends SnmpProxyIndexColumn,
C extends SnmpProxyColumn, IT, T, R extends SnmpProxyRow<IT, T>> The SnmpTableRO object is a proxy to for a read-only SNMP table object.interface
SnmpTableUpdateListener<R extends SnmpProxyRow>
TheSnmpTableUpdateListener
interface provides callbacks for table updates.Methods in org.snmp4j.model.snmp.proxy with parameters of type SnmpProxyRowModifier and TypeMethodDescriptionboolean
SnmpProxyRowFilter.passesFilter
(SnmpProxyRow row) Checks whether the provided proxy row passes the filter or not. -
Uses of SnmpProxyRow in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl with type parameters of type SnmpProxyRowModifier and TypeClassDescriptionclass
ColumnList<C extends SnmpColumn,
IC extends SnmpIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheColumnList
implements a virtual column set based on a table and a row index.class
SnmpTableImpl<IC extends SnmpProxyIndexColumn,
C extends SnmpProxyColumn, IT, T, R extends SnmpProxyRow<IT, T>> The SnmpTableImpl class implements a writable SNMP table that implements the JavaTableModel
.class
SnmpTableImplRO<C extends SnmpProxyColumn,
IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTableImplRO
class implements a proxy for a read-only SNMP table.Classes in org.snmp4j.model.snmp.proxy.impl that implement SnmpProxyRowModifier and TypeClassDescriptionclass
SnmpProxyRowImpl<IT,
T> TheSnmpProxyRowImpl
class implements a proxy for a SNMP table row. -
Uses of SnmpProxyRow in org.snmp4j.model.snmp.spi
Classes in org.snmp4j.model.snmp.spi with type parameters of type SnmpProxyRowModifier and TypeInterfaceDescriptioninterface
SnmpProxyFactory<T,
C extends SnmpProxyColumn<T>, IC extends SnmpProxyIndexColumn<T>, IT, R extends SnmpProxyRow<IT, T>> TheSnmpProxyFactory
createsSnmpProxyObject
s.