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

Method Summary
static MBeanInstantiator getInstance()
           
 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
 

Method Detail

getInstance

public static MBeanInstantiator getInstance()

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