Uses of Class
javax.management.ReflectionException

Packages that use ReflectionException
com.sun.jdmk Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes. 
com.sun.jdmk.comm Provides specific classes to Sun JMX Tools Contribution: Html Adaptor classes. 
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
 

Uses of ReflectionException in com.sun.jdmk
 

Methods in com.sun.jdmk that throw ReflectionException
 Object MBeanServerForwarder.instantiate(String className)
          This method calls instantiate(className, (Object[]) null, (String[]) null).
 Object MBeanServerForwarder.instantiate(String className, ObjectName loaderName)
          This method calls instantiate(className, loaderName, (Object[]) null, (String[]) null).
 Object MBeanServerForwarder.instantiate(String className, Object[] params, String[] signature)
           
 Object MBeanServerForwarder.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
           
 ObjectInstance MBeanServerForwarder.createMBean(String className, ObjectName name)
          This method calls createMBean(className, name, (Object[]) null, (String[]) null).
 ObjectInstance MBeanServerForwarder.createMBean(String className, ObjectName name, ObjectName loaderName)
          This method calls createMBean(className, name, loaderName, (Object[]) null, (String[]) null).
 ObjectInstance MBeanServerForwarder.createMBean(String className, ObjectName name, Object[] params, String[] signature)
           
 ObjectInstance MBeanServerForwarder.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
           
 Object MBeanServerForwarder.getAttribute(ObjectName name, String attribute)
           
 AttributeList MBeanServerForwarder.getAttributes(ObjectName name, String[] attributes)
           
 void MBeanServerForwarder.setAttribute(ObjectName name, Attribute attribute)
           
 AttributeList MBeanServerForwarder.setAttributes(ObjectName name, AttributeList attributes)
           
 Object MBeanServerForwarder.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
           
 MBeanInfo MBeanServerForwarder.getMBeanInfo(ObjectName name)
           
 ObjectInputStream MBeanServerForwarder.deserialize(String className, byte[] data)
           
 ObjectInputStream MBeanServerForwarder.deserialize(String className, ObjectName loaderName, byte[] data)
           
 

Uses of ReflectionException in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that throw ReflectionException
 void HtmlAdaptorServer.createParser(String className, String parserName, String loaderName)
          Creates and registers in the MBeanServer the HTML parser MBean used by the HtmlAdaptorServer to parse incoming requests or build outgoing HTML pages.
 Object HtmlAdaptorServer.getAttribute(String attribute)
          Gets the value of a specific attribute of the HTML protocol adaptor.
 Object HtmlAdaptorServer.invoke(String actionName, Object[] params, String[] signature)
          Invokes a specific operation on the HTML protocol adaptor.
 void HtmlAdaptorServer.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of the HTML protocol adaptor.
 

Uses of ReflectionException in javax.management
 

Methods in javax.management that throw ReflectionException
 Object StandardMBean.getAttribute(String attribute)
           
 void StandardMBean.setAttribute(Attribute attribute)
           
 Object StandardMBean.invoke(String actionName, Object[] params, String[] signature)
           
 Object DynamicMBean.getAttribute(String attribute)
          Obtain the value of a specific attribute of the Dynamic MBean.
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of a specific attribute of the Dynamic MBean.
 Object DynamicMBean.invoke(String actionName, Object[] params, String[] signature)
          Allows an action to be invoked on the Dynamic MBean.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name)
          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 MBeanServer.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, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 Object MBeanServer.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 AttributeList MBeanServer.getAttributes(ObjectName name, String[] attributes)
          Gets 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.
 Object MBeanServer.invoke(ObjectName name, String operationName, Object[] params, 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.
 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, ObjectName loaderName)
          Instantiates an object using the class Loader specified by its ObjectName.
 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, Object[] params, String[] signature)
          Instantiates an object.
 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.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name)
          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 MBeanServerConnection.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, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 Object MBeanServerConnection.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 AttributeList MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
          Enables the values of several attributes of a named MBean.
 void MBeanServerConnection.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.
 Object MBeanServerConnection.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an MBean.
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 

Uses of ReflectionException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ReflectionException
 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.
 Object RequiredModelMBean.getAttribute(String attrName)
          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.
 


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.