Uses of Class
javax.management.ReflectionException

Packages that use ReflectionException
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
 

Uses of ReflectionException in javax.management
 

Methods in javax.management that throw ReflectionException
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 ObjectInputStream MBeanServer.deserialize(String className, byte[] data)
          Deprecated. Use MBeanServer.getClassLoaderRepository() to obtain the class loader repository and use it to deserialize.
 ObjectInputStream MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
          Deprecated. Use getClassLoader to obtain the class loader for deserialization.
 Object MBeanServerConnection.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 Object MBeanServer.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 Object StandardMBean.getAttribute(String attribute)
           
 Object DynamicMBean.getAttribute(String attribute)
          Obtain the value of a specific attribute of the Dynamic MBean.
 AttributeList MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
          Enables the values of several attributes of a named MBean.
 AttributeList MBeanServer.getAttributes(ObjectName name, String[] attributes)
          Gets the values of several attributes of a named MBean.
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 Object MBeanServer.instantiate(String className)
          Instantiates an object using the list of all class loaders registered in the MBean server's Class Loader Repository.
 Object MBeanServer.instantiate(String className, Object[] params, String[] signature)
          Instantiates an object using the list of all class loaders registered in the MBean server Class Loader Repository.
 Object MBeanServer.instantiate(String className, ObjectName loaderName)
          Instantiates an object using the class Loader specified by its ObjectName.
 Object MBeanServer.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates an object.
 Object MBeanServerConnection.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an MBean.
 Object MBeanServer.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an MBean.
 Object StandardMBean.invoke(String actionName, Object[] params, String[] signature)
           
 Object DynamicMBean.invoke(String actionName, Object[] params, String[] signature)
          Allows an action to be invoked on the Dynamic MBean.
 void StandardMBean.setAttribute(Attribute attribute)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of a specific attribute of the Dynamic MBean.
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 

Uses of ReflectionException in javax.management.modelmbean
 

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


JMX Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b35 2004.10.19_15:30:31_MEST

Copyright 1999-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.