Class SnmpTableImplRO<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>>

java.lang.Object
javax.swing.table.AbstractTableModel
org.snmp4j.model.snmp.proxy.impl.SnmpTableImplRO<C,IC,IT,T,R>
All Implemented Interfaces:
Serializable, Iterable<R>, Collection<R>, TableModel, SnmpProxyObject, SnmpTableRO<IC,C,IT,T,R>, SnmpTableUpdateListener<R>
Direct Known Subclasses:
SnmpTableImpl

public class SnmpTableImplRO<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> extends AbstractTableModel implements SnmpTableRO<IC,C,IT,T,R>, Collection<R>
The SnmpTableImplRO class implements a proxy for a read-only SNMP table. Although it can be used on a read-writable SNMP table too, modifications of the proxy table model cannot be committed to the backing agent.
Author:
Frank Fock
See Also: