Uses of Interface
org.snmp4j.model.snmp.spi.SnmpProxyCommitter
Packages that use SnmpProxyCommitter
Package
Description
-
Uses of SnmpProxyCommitter in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api with parameters of type SnmpProxyCommitterModifier and TypeMethodDescriptionDefaultSnmpProxyFactory.createSnmpScalar
(org.snmp4j.smi.OID oid, org.snmp4j.smi.OctetString context, SnmpProxyCommitter snmpProxyCommitter, T value, Class<T> valueClass, int snmpSyntax) DefaultSnmpProxyFactory.createSnmpTable
(org.snmp4j.smi.OID oid, org.snmp4j.smi.OctetString context, SnmpProxyCommitter snmpProxyCommitter, SnmpProxyRowFactory<R, IT, T> rowFactory, List<IC> snmpIndexColumns, List<C> snmpColumns, int pageSize) -
Uses of SnmpProxyCommitter in org.snmp4j.model.snmp.proxy
Methods in org.snmp4j.model.snmp.proxy that return SnmpProxyCommitter -
Uses of SnmpProxyCommitter in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl that implement SnmpProxyCommitterModifier and TypeClassDescriptionclass
TheSnmpProxyAdapter
is the central implementation of the mapping between theSnmpService
and aSnmpProxyObject
.Methods in org.snmp4j.model.snmp.proxy.impl that return SnmpProxyCommitterConstructors in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpProxyCommitterModifierConstructorDescriptionSnmpScalarImpl
(org.snmp4j.smi.OID oid, org.snmp4j.smi.OctetString context, T value, Class<T> valueClass, int snmpSyntax, SnmpProxyCommitter committer) Creates aSnmpProxyObject
for a scalar SNMP OBJECT-TYPE.SnmpTableImpl
(org.snmp4j.smi.OID tableEntryOID, org.snmp4j.smi.OctetString context, SnmpProxyCommitter snmpProxyCommitter, SnmpProxyRowFactory<R, IT, T> rowFactory, List<IC> indexColumns, List<C> columns, int pageSize) Creates a proxy table implementation based on the SNMP table entry object identifier and lists with the index and regular column proxy objects as well as a page size to support paged table models. -
Uses of SnmpProxyCommitter in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi with parameters of type SnmpProxyCommitterModifier and TypeMethodDescriptionSnmpProxyFactory.createSnmpScalar
(org.snmp4j.smi.OID oid, org.snmp4j.smi.OctetString context, SnmpProxyCommitter snmpProxyCommitter, T value, Class<T> valueClass, int snmpSyntax) SnmpProxyFactory.createSnmpTable
(org.snmp4j.smi.OID oid, org.snmp4j.smi.OctetString context, SnmpProxyCommitter snmpProxyCommitter, SnmpProxyRowFactory<R, IT, T> rowFactory, List<IC> indexColumnList, List<C> columnList, int pageSize)