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 | Class | Description |
---|---|---|
class |
DefaultSnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>> |
The
DefaultSnmpProxyRegistry implements a SnmpProxyFactory
for the proxy objects defined in the org.snmp4j.proxy.impl package. |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyColumn<String> |
TableHelper.StringSnmpProxyColumnFactory.createSnmpProxyColumn(org.snmp4j.smi.OID oid,
Class<String> valueClass,
org.snmp4j.smi.MaxAccess smiMaxAccess,
int smiSyntax,
int minWidth,
int maxWidth,
String header) |
Modifier and Type | Method | Description |
---|---|---|
static List<SnmpProxyColumn<String>> |
TableHelper.buildColumns(com.snmp4j.smi.SmiObjectType entryObjet) |
Create the column proxy elements based on a table entry object type.
|
static <T> List<SnmpProxyColumn<T>> |
TableHelper.buildColumns(com.snmp4j.smi.SmiObjectType child,
Class<T> valueClass,
SnmpProxyColumnFactory<T> columnFactory) |
|
static <T> List<SnmpProxyColumn<T>> |
TableHelper.getSnmpProxyColumns(com.snmp4j.smi.SmiObjectType parentObjectType,
Class<T> valueClass,
SnmpProxyColumnFactory<T> columnFactory,
List<com.snmp4j.smi.SmiObjectType> smiObjectTypes) |
Get the proxy columns for the specified SNMP table definition.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpTable<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTable defines the interface for writable table proxies. |
interface |
SnmpTableRO<IC extends SnmpProxyIndexColumn,C extends SnmpProxyColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The SnmpTableRO object is a proxy to for a read-only SNMP table object.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpProxyIndexColumn<T> |
The
SnmpProxyIndexColumn interface identifies index column proxy objects. |
Modifier and Type | Method | Description |
---|---|---|
SnmpProxyColumn<T> |
SnmpProxyColumnFactory.createSnmpProxyColumn(org.snmp4j.smi.OID oid,
Class<T> valueClass,
org.snmp4j.smi.MaxAccess smiMaxAccess,
int smiSyntax,
int minWidth,
int maxWidth,
String header) |
Creates a new proxy column.
|
Modifier and Type | Class | Description |
---|---|---|
class |
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 Java
TableModel . |
class |
SnmpTableImplRO<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The
SnmpTableImplRO class implements a proxy for a read-only SNMP table. |
Modifier and Type | Class | Description |
---|---|---|
class |
SnmpColumn<T> |
The SnmpColumn class represents a columnar MIB object.
|
class |
SnmpIndexColumn<T> |
The SnmpIndexColumn represents a columnar object that is used as an INDEX element of a specific table.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
SnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>> |
The
SnmpProxyFactory creates SnmpProxyObject s. |
Copyright © 2020 SNMP4J.org. All rights reserved.