|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--snmp.mbean.MBeanFactory
The MBeanFactory provides the factory method to create MBean object dynamically.
| Field Summary | |
private static MBeanFactory |
instance
|
| Constructor Summary | |
protected |
MBeanFactory()
The default constructor. |
| Method Summary | |
GenericMBean |
createMBean(java.lang.String mbeanClassName)
Creates the MBean object dynamically with the class name. |
static MBeanFactory |
getInstance()
Gets the singleton object of the MBeanFactory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static MBeanFactory instance
| Constructor Detail |
protected MBeanFactory()
| Method Detail |
public GenericMBean createMBean(java.lang.String mbeanClassName)
throws SnmpException
mbeanClassName - The MBean class name.
SnmpException - Thrown when the GenericMBean object cannot
be created correctly.public static MBeanFactory getInstance()
|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||