MySnmpCrawler API

Package snmp.mbean

Provides the default implementation to serve the MBean class as the MIB instrumentation.

See:
          Description

Interface Summary
SnmpMBean This is the top level MBean interface that allows external components to access the MBean attribute.
 

Class Summary
DefaultMBeanMeta This class uses JMX MBean server as a default implementation in getting and setting the MBean attribut.
GenericMBean The GenericMBean class is the super class to all MBean subclasses.
MBeanAttribute The class collects all of the information about the MBean attribute.
MBeanChecker This class checks if there is a required MBean class provided for the OID group which is defiend in the MIB database.
MBeanFactory The MBeanFactory provides the factory method to create MBean object dynamically.
MBeanMeta The MBeanMeta contains the reference to the MBean object.
 

Package snmp.mbean Description

Provides the default implementation to serve the MBean class as the MIB instrumentation.

Since:
0.1.0

MySnmpCrawler API