| Package | Description |
|---|---|
| org.snmp4j.agent.mo.jmx |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JMXMutableTableSupport
The
JMXMutableTableSupport defines the necessary interface to
map tabular JMX data to a SNMP4J-Agent mutable table model. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJMXTableSupport |
class |
MBeanAttributeMOTableSupport
The
MBeanAttributeMOTableSupport maps SNMP conceptual tables
(MOTable) to MBean attributes and vice versa. |
| Modifier and Type | Field and Description |
|---|---|
protected JMXTableSupport |
JMXTableModel.table |
| Modifier and Type | Method and Description |
|---|---|
static JMXTableModel<org.snmp4j.agent.mo.DefaultMOMutableRow2PC> |
JMXTableModel.getDefaultInstance(org.snmp4j.smi.OID tableEntryOID,
JMXTableSupport table,
org.snmp4j.agent.mo.MOColumn[] columns) |
| Constructor and Description |
|---|
JMXTableModel(org.snmp4j.smi.OID tableEntryOID,
JMXTableSupport table,
org.snmp4j.agent.mo.MOColumn[] columns,
org.snmp4j.agent.mo.MOTableRowFactory<R> rowFactory) |
Copyright © 2015 SNMP4J.org. All rights reserved.