Interface SnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>>

Type Parameters:
T - the value representation (base) type, i.e. String if you use a VariableBindingMapper that provides String instances for all Snmp types.
IC - the index proxy column type for the table proxy.
C - the proxy column type for the table proxy.
IT - the model value type for index columns.
R - the proxy row type for the rows of the table.
All Known Implementing Classes:
DefaultSnmpProxyFactory

public interface SnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>>
Version:
1.0
Author:
Frank Fock