| Package | Description |
|---|---|
| org.snmp4j.agent.mo.jmx |
| Modifier and Type | Class and Description |
|---|---|
class |
MBeanArrayIndexKeyProvider
To map the array indexes of an array provided by a MBean to SNMP table row
indexes, the
MBeanArrayIndexKeyProvider can be used. |
class |
MBeanAttributeKeyProvider
The
MBeanAttributeKeyProvider provides the row keys of a
conceptual table from a MBean attribute. |
class |
MBeanInvokationKeyProvider
If a MBean provides the keys for a SNMP conceptual table by an attribute
and the objects that represent rows of that table can be accessed through
a call to an operation of that MBean then this class can be used to provide
the row objects for the SNMP conceptual table.
|
class |
MBeanMultiAttributeMOInfo
There are cases where a single SNMP variable is mapped to several
MBean attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MBeanAttributeMOScalarSupport.add(org.snmp4j.smi.OID oid,
MBeanAttributeMOInfo mBean)
Adds a scalar to MBean attribute mapping.
|
Copyright © 2015 SNMP4J.org. All rights reserved.