| Package | Description |
|---|---|
| org.snmp4j.model.snmp.proxy | |
| org.snmp4j.model.snmp.proxy.impl |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
SnmpScalar<T> |
The
SnmpScalar class represents a writable proxy object for a SNMP scalar object. |
| Modifier and Type | Method | Description |
|---|---|---|
List<SnmpScalarRO<?>> |
SnmpScalarGroupRO.getScalars() |
Gets a list of the scalar proxy objects in this group.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SnmpScalarGroupRO.setScalars(List<SnmpScalarRO<?>> scalars) |
Sets the list of the scalar proxy objects in this group.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SnmpScalarImpl<T> |
The
SnmpScalarImpl class implements a SNMP scalar proxy with write access. |
class |
SnmpScalarImplRO<T> |
The
SnmpScalarImpl class implements a SNMP scalar proxy with read-only access. |
| Modifier and Type | Method | Description |
|---|---|---|
List<SnmpScalarRO<?>> |
SnmpGroupImplRO.getScalars() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SnmpGroupImplRO.setScalars(List<SnmpScalarRO<?>> scalars) |
| Constructor | Description |
|---|---|
SnmpGroupImplRO(org.snmp4j.smi.OID groupOID,
org.snmp4j.smi.OctetString context,
List<SnmpScalarRO<?>> scalars) |
Creates a group proxy object with an object identifier (this could be any unique OID
but is typically the OID of the common root node of the supplied scalars).
|
Copyright © 2020 SNMP4J.org. All rights reserved.