| Package | Description |
|---|---|
| org.snmp4j.agent.mo.jmx |
| Modifier and Type | Class and Description |
|---|---|
class |
MBeanActionMOScalarSupport
A MBean action is basically a method call on an MBean.
|
class |
MBeanAttributeMOScalarSupport
MBeanAttributeMOScalarSupport objects map zero or more MBean
attributes to their corresponding MOScalar instance. |
| Modifier and Type | Method and Description |
|---|---|
JMXScalarSupport |
JMXDefaultMOFactory.getScalarSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXDefaultMOFactory.setScalarSupport(JMXScalarSupport scalarSupport) |
| Constructor and Description |
|---|
JMXDefaultMOFactory(MBeanServerConnection server,
JMXScalarSupport scalarSupport)
Creates a
JMXDefaultMOFactory instance backed by the specified
MBean server and using the supplied JMXScalarSupport instance to create
scalars. |
MOScalarJMX(JMXScalarSupport valueProxy,
org.snmp4j.smi.OID oid,
org.snmp4j.agent.MOAccess access,
V initialValue) |
Copyright © 2015 SNMP4J.org. All rights reserved.