org.huihoo.jfox.jmx
Class MBeanInstantiatorSupport

java.lang.Object
  |
  +--org.huihoo.jfox.jmx.MBeanInstantiatorSupport
All Implemented Interfaces:
MBeanInstantiator

public class MBeanInstantiatorSupport
extends java.lang.Object
implements MBeanInstantiator

Author:
Young Yang

Constructor Summary
MBeanInstantiatorSupport()
           
 
Method Summary
 java.lang.Object instantiate(java.lang.Class mbeanClass)
           
 java.lang.Object instantiate(java.lang.Class mbeanClass, java.lang.Object[] params, java.lang.String[] signatures)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanInstantiatorSupport

public MBeanInstantiatorSupport()
Method Detail

instantiate

public java.lang.Object instantiate(java.lang.Class mbeanClass)
                             throws ReflectionException,
                                    MBeanException
Specified by:
instantiate in interface MBeanInstantiator
ReflectionException
MBeanException

instantiate

public java.lang.Object instantiate(java.lang.Class mbeanClass,
                                    java.lang.Object[] params,
                                    java.lang.String[] signatures)
                             throws ReflectionException,
                                    MBeanException
Specified by:
instantiate in interface MBeanInstantiator
ReflectionException
MBeanException