Uses of Interface
org.snmp4j.model.snmp.proxy.MutableSnmpProxy
Packages that use MutableSnmpProxy
-
Uses of MutableSnmpProxy in org.snmp4j.model.snmp.proxy
Subinterfaces of MutableSnmpProxy in org.snmp4j.model.snmp.proxyModifier and TypeInterfaceDescriptioninterface
SnmpTable<C extends SnmpProxyColumn,
IC extends SnmpProxyIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheSnmpTable
defines the interface for writable table proxies. -
Uses of MutableSnmpProxy in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl that implement MutableSnmpProxyModifier and TypeClassDescriptionclass
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
.