| Package | Description |
|---|---|
| org.snmp4j.agent.mo.jmx |
| Modifier and Type | Class and Description |
|---|---|
class |
MBeanActionMOInfo
The action information for an MBean ManagedObject association.
|
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 |
MBeanAttributeListMOTableInfo
The
MBeanAttributeListMOTableInfo provides a mapping between
a multi valued MBean attribute an a single column SNMP table. |
class |
MBeanAttributeMOInfo
The
MBeanAttributeMOInfo describes an attribute of a MBean. |
class |
MBeanAttributeMOTableInfo
The
MBeanAttributeMOTableInfo class describes the mapping from
the attributes of an MBean to a SNMP conceptual table and vice versa. |
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 | Field and Description |
|---|---|
protected Map<org.snmp4j.smi.OID,MBeanMOInfo> |
AbstractMBeanSupport.oid2MBeanMap |
| Modifier and Type | Method and Description |
|---|---|
protected MBeanMOInfo |
AbstractMBeanSupport.getMBeanMOInfo(org.snmp4j.smi.OID snmpOID) |
Copyright © 2015 SNMP4J.org. All rights reserved.