Package | Description |
---|---|
org.snmp4j.model.snmp.api | |
org.snmp4j.model.snmp.proxy | |
org.snmp4j.model.snmp.proxy.impl | |
org.snmp4j.model.snmp.spi |
Modifier and Type | Method | Description |
---|---|---|
SnmpScalar<T> |
DefaultSnmpProxyFactory.createSnmpScalar(org.snmp4j.smi.OID oid,
org.snmp4j.smi.OctetString context,
SnmpProxyCommitter snmpProxyCommitter,
T value,
Class<T> valueClass,
int snmpSyntax) |
|
SnmpTable<C,IC,IT,T,R> |
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) |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyCommitter |
MutableSnmpProxy.getCommitter() |
Modifier and Type | Class | Description |
---|---|---|
class |
SnmpProxyAdapter |
The
SnmpProxyAdapter is the central implementation of the mapping between the
SnmpService and a SnmpProxyObject . |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyCommitter |
SnmpTableImpl.getCommitter() |
Constructor | Description |
---|---|
SnmpScalarImpl(org.snmp4j.smi.OID oid,
org.snmp4j.smi.OctetString context,
T value,
Class<T> valueClass,
int snmpSyntax,
SnmpProxyCommitter committer) |
Creates a
SnmpProxyObject 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.
|
Modifier and Type | Method | Description |
---|---|---|
SnmpScalar<T> |
SnmpProxyFactory.createSnmpScalar(org.snmp4j.smi.OID oid,
org.snmp4j.smi.OctetString context,
SnmpProxyCommitter snmpProxyCommitter,
T value,
Class<T> valueClass,
int snmpSyntax) |
|
SnmpTable<C,IC,IT,T,R> |
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) |
Copyright © 2020 SNMP4J.org. All rights reserved.