Uses of Class
javax.management.ReflectionException

Packages that use ReflectionException
javax.management   
javax.management.modelmbean   
org.huihoo.jfox.jmx   
 

Uses of ReflectionException in javax.management
 

Methods in javax.management that throw ReflectionException
 java.lang.Object MBeanServer.instantiate(java.lang.String className)
          Instantiates an object using the list of all class loaders registered The MBean server will use the javax.management.MBeanServerFactory.getClassLoaderRepository(MBeanServer server) Default Loader Repository The object's class should have a public constructor.
 java.lang.Object MBeanServer.instantiate(java.lang.String className, ObjectName loaderName)
          Instantiates an object using the class Loader specified by its ObjectName.
 java.lang.Object MBeanServer.instantiate(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates an object using the list of all class loaders registered The MBean server will use the javax.management.MBeanServerFactory.getClassLoaderRepository(MBeanServer server) Default Loader Repository The object's class should have a public constructor.
 java.lang.Object MBeanServer.instantiate(java.lang.String className, ObjectName loaderName, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates an object.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name, ObjectName loaderName)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(java.lang.String className, ObjectName name, ObjectName loaderName, java.lang.Object[] params, java.lang.String[] signature)
          Instantiates and registers an MBean in the MBean server.
 java.lang.Object MBeanServer.getAttribute(ObjectName name, java.lang.String attribute)
          Gets the value of a specific attribute of a named MBean.
 AttributeList MBeanServer.getAttributes(ObjectName name, java.lang.String[] attributes)
          Enables the values of several attributes of a named MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 java.lang.Object MBeanServer.invoke(ObjectName name, java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature)
          Invokes an operation on an MBean.
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 java.io.ObjectInputStream MBeanServer.deserialize(java.lang.String className, byte[] data)
          De-serializes a byte array in the context of a given MBean class loader.
 java.io.ObjectInputStream MBeanServer.deserialize(java.lang.String className, ObjectName loaderName, byte[] data)
          De-serializes a byte array in the context of a given MBean class loader.
 java.lang.Object DynamicMBean.getAttribute(java.lang.String attribute)
          Obtains the value of a specific attribute of the Dynamic MBean.
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of the Dynamic MBean
 java.lang.Object DynamicMBean.invoke(java.lang.String actionName, java.lang.Object[] params, java.lang.String[] signature)
          Allows an action to be invoked on the Dynamic MBean.
 

Uses of ReflectionException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ReflectionException
 java.lang.Object RequiredModelMBean.invoke(java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature)
          Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.
 java.lang.Object RequiredModelMBean.getAttribute(java.lang.String attributeName)
          Returns the value of a specific attribute defined for this ModelMBean.
 void RequiredModelMBean.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of a named ModelMBean.
 

Uses of ReflectionException in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that throw ReflectionException
 java.lang.Object MBeanServerSupport.instantiate(java.lang.String className)
           
 java.lang.Object MBeanServerSupport.instantiate(java.lang.String className, ObjectName loaderName)
           
 java.lang.Object MBeanServerSupport.instantiate(java.lang.String className, java.lang.Object[] params, java.lang.String[] signatures)
           
 java.lang.Object MBeanServerSupport.instantiate(java.lang.String className, ObjectName loaderName, java.lang.Object[] params, java.lang.String[] signatures)
           
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName)
           
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName, ObjectName loaderName)
           
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName, java.lang.Object[] params, java.lang.String[] signatures)
           
 ObjectInstance MBeanServerSupport.createMBean(java.lang.String className, ObjectName objectName, ObjectName loaderName, java.lang.Object[] params, java.lang.String[] signatures)
           
 java.lang.Object MBeanServerSupport.getAttribute(ObjectName objectName, java.lang.String attribute)
           
 AttributeList MBeanServerSupport.getAttributes(ObjectName objectName, java.lang.String[] attributes)
           
 void MBeanServerSupport.setAttribute(ObjectName objectName, Attribute attribute)
           
 AttributeList MBeanServerSupport.setAttributes(ObjectName objectName, AttributeList attributes)
           
 java.lang.Object MBeanServerSupport.invoke(ObjectName objectName, java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signatures)
           
 MBeanInfo MBeanServerSupport.getMBeanInfo(ObjectName objectName)
           
 java.io.ObjectInputStream MBeanServerSupport.deserialize(java.lang.String className, byte[] bytes)
           
 java.io.ObjectInputStream MBeanServerSupport.deserialize(java.lang.String className, ObjectName loaderName, byte[] bytes)
           
 java.lang.Object MBeanMetaDataSupport.getAttribute(java.lang.String attribute)
           
 AttributeList MBeanMetaDataSupport.getAttributes(java.lang.String[] attributes)
           
 void MBeanMetaDataSupport.setAttribute(Attribute attribute)
           
 AttributeList MBeanMetaDataSupport.setAttributes(AttributeList attributes)
           
 java.lang.Object MBeanMetaDataSupport.invoke(java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signatures)
           
 java.lang.Object MBeanMetaData.getAttribute(java.lang.String attribute)
           
 AttributeList MBeanMetaData.getAttributes(java.lang.String[] attributes)
           
 void MBeanMetaData.setAttribute(Attribute attribute)
           
 AttributeList MBeanMetaData.setAttributes(AttributeList attributes)
           
 java.lang.Object MBeanMetaData.invoke(java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signatures)
           
 void MBeanIntrospectorSupport.checkInstantiate(java.lang.Class mbeanClass)
          testing that a MBean of a given class can be instantiated by the MBean server for MBeanServer.instantiate This method checks that: The given class is a concrete class.
 void MBeanIntrospector.checkInstantiate(java.lang.Class mbeanClass)
           
 java.lang.Object MBeanInstantiatorSupport.instantiate(java.lang.Class mbeanClass)
           
 java.lang.Object MBeanInstantiatorSupport.instantiate(java.lang.Class mbeanClass, java.lang.Object[] params, java.lang.String[] signatures)
           
 java.lang.Object MBeanInstantiator.instantiate(java.lang.Class mbeanClass)
           
 java.lang.Object MBeanInstantiator.instantiate(java.lang.Class mbeanClass, java.lang.Object[] params, java.lang.String[] signatures)
           
 java.lang.Object DynamicMBeanMetaDataSupport.getAttribute(java.lang.String attribute)
           
 AttributeList DynamicMBeanMetaDataSupport.getAttributes(java.lang.String[] attributes)
           
 void DynamicMBeanMetaDataSupport.setAttribute(Attribute attribute)
           
 AttributeList DynamicMBeanMetaDataSupport.setAttributes(AttributeList attributes)
           
 java.lang.Object DynamicMBeanMetaDataSupport.invoke(java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signatures)