| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanAttributeKeyProvider |
MBeanAttributeMOTableInfo.getKeyProvider() |
| Constructor and Description |
|---|
MBeanAttributeKeyProvider(ObjectName name,
TypedAttribute attribute,
boolean keysNeedSorting,
MBeanAttributeKeyProvider subKeyProvider,
String[] keyAttributes)
Creates a key provider with a MBean name and an attribute description.
|
MBeanAttributeListMOTableInfo(ObjectName name,
MBeanAttributeKeyProvider listProvider)
Creates a single column SNMP table to multi valued MBean attribute mapping.
|
MBeanAttributeMOTableInfo(ObjectName name,
MBeanAttributeKeyProvider keyProvider,
TypedAttribute[] columns,
String[] keyAttributes,
JMXIndexSupport indexSupport)
Creates a table mapping for the supplied MBean name.
|
Copyright © 2015 SNMP4J.org. All rights reserved.