Uses of Class
javax.management.ReflectionException

Packages that use ReflectionException
javax.management   
javax.management.modelmbean   
org.jboss.mx.capability   
org.jboss.mx.loading   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
org.jboss.mx.server.registry   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of ReflectionException in javax.management
 

Methods in javax.management that throw ReflectionException
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInputStream MBeanServer.deserialize(String className, byte[] data)
          Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the appropriate classloader for deserialization
 ObjectInputStream MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
          Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the appropriate classloader for deserialization
 Object MBeanServer.getAttribute(ObjectName name, String attribute)
          Retrieve a value from an MBean.
 Object MBeanServerConnection.getAttribute(ObjectName name, String attribute)
          Retrieve a value from an MBean.
 Object DynamicMBean.getAttribute(String attribute)
          Returns the value of the attribute with the name matching the passed string.
 Object StandardMBean.getAttribute(String attribute)
           
 AttributeList MBeanServer.getAttributes(ObjectName name, String[] attributes)
          Retrieve a list of values from an MBean.
 AttributeList MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
          Retrieve a list of values from an MBean.
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 Object MBeanServer.instantiate(String className)
          Instantiates an object using the default loader repository and default no-args constructor.
 Object MBeanServer.instantiate(String className, Object[] params, String[] signature)
          Instantiates an object using the default loader repository and a given constructor.
 Object MBeanServer.instantiate(String className, ObjectName loaderName)
          Instantiates an object using the given class loader.
 Object MBeanServer.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates an object using the given class loader.
 Object MBeanServer.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an mbean.
 Object MBeanServerConnection.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an mbean.
 Object DynamicMBean.invoke(String actionName, Object[] params, String[] signature)
          Invokes a resource operation.
 Object StandardMBean.invoke(String actionName, Object[] params, String[] signature)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of an attribute.
 void StandardMBean.setAttribute(Attribute attribute)
           
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
          Set a list of values for an MBean.
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          Set a list of values for an MBean.
 

Uses of ReflectionException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ReflectionException
 Object RequiredModelMBean.getAttribute(String attrName)
           
 Object RequiredModelMBean.invoke(String opName, Object[] opArgs, String[] sig)
           
 void RequiredModelMBean.setAttribute(Attribute attribute)
           
 

Uses of ReflectionException in org.jboss.mx.capability
 

Methods in org.jboss.mx.capability that throw ReflectionException
 Object ReflectedMBeanDispatcher.getAttribute(String attribute)
           
 Object ReflectedMBeanDispatcher.invoke(String actionName, Object[] params, String[] signature)
           
 void ReflectedMBeanDispatcher.setAttribute(Attribute attribute)
           
 

Uses of ReflectionException in org.jboss.mx.loading
 

Constructors in org.jboss.mx.loading that throw ReflectionException
HeirarchicalLoaderRepository3(MBeanServer server)
          Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the ServerConstants.DEFAULT_LOADER_NAME mbean.
HeirarchicalLoaderRepository3(MBeanServer server, ObjectName parentName)
          Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the parentName mbean.
HeirarchicalLoaderRepository3(UnifiedLoaderRepository3 parent)
          Create a HeirarchicalLoaderRepository3 with an explicit parent.
 

Uses of ReflectionException in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean that throw ReflectionException
 Object RequiredModelMBeanInvoker.getAttribute(String name)
           
 Object RequiredModelMBeanInvoker.invoke(String name, Object[] args, String[] signature)
           
 void RequiredModelMBeanInvoker.setAttribute(Attribute attribute)
           
 

Uses of ReflectionException in org.jboss.mx.server
 

Methods in org.jboss.mx.server that throw ReflectionException
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name)
           
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, Object[] params, String[] signature)
           
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, ObjectName loaderName)
           
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
           
 ObjectInputStream MBeanServerImpl.deserialize(String className, byte[] data)
          Deprecated.  
 ObjectInputStream MBeanServerImpl.deserialize(String className, ObjectName loaderName, byte[] data)
          Deprecated.  
 Object MBeanServerImpl.getAttribute(ObjectName name, String attribute)
           
 Object RawDynamicInvoker.getAttribute(String name)
           
 Object AbstractMBeanInvoker.getAttribute(String attribute)
          Returns an attribte value.
 AttributeList MBeanServerImpl.getAttributes(ObjectName name, String[] attributes)
           
 MBeanInfo MBeanServerImpl.getMBeanInfo(ObjectName name)
           
protected  void MBeanServerImpl.handleInstantiateExceptions(Throwable t, String className)
          Handles errors thrown during class instantiation
 Object MBeanServerImpl.instantiate(String className)
           
protected  Object MBeanServerImpl.instantiate(String className, ClassLoader cl, Object[] params, String[] signature)
          Instantiate an object, the passed classloader is set as the thread's context classloader for the duration of this method.
 Object MBeanServerImpl.instantiate(String className, Object[] params, String[] signature)
           
 Object MBeanServerImpl.instantiate(String className, ObjectName loaderName)
           
 Object MBeanServerImpl.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
           
 Object MBeanServerImpl.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
           
 Object RawDynamicInvoker.invoke(String name, Object[] args, String[] signature)
           
 Object AbstractMBeanInvoker.invoke(String operationName, Object[] args, String[] signature)
          Invokes the target resource.
protected  ObjectInstance MBeanServerImpl.registerMBean(Object mbean, ObjectName name, ObjectName loaderName)
          Register an MBean
 void RawDynamicInvoker.setAttribute(Attribute attribute)
           
 void AbstractMBeanInvoker.setAttribute(Attribute attribute)
          Sets an attribute value.
 void MBeanServerImpl.setAttribute(ObjectName name, Attribute attribute)
           
 AttributeList MBeanServerImpl.setAttributes(ObjectName name, AttributeList attributes)
           
 

Uses of ReflectionException in org.jboss.mx.server.registry
 

Methods in org.jboss.mx.server.registry that throw ReflectionException
protected  void BasicMBeanRegistry.persistIfRequired(MBeanInfo info, ObjectName name)
          Adds the given MBean Info object to the persistence queue if it explicity denotes (via metadata) that it should be stored.
 

Uses of ReflectionException in org.jboss.mx.util
 

Methods in org.jboss.mx.util with parameters of type ReflectionException
 Object ProxyExceptionHandler.handleReflectionException(ProxyContext ctx, ReflectionException e, Method m, Object[] args)
           
 Object DefaultExceptionHandler.handleReflectionException(ProxyContext ctx, ReflectionException e, Method m, Object[] args)
           
 

Methods in org.jboss.mx.util that throw ReflectionException
 ObjectInstance MBeanInstaller.createMBean(MBeanElement element)
           
 ObjectInstance MBeanInstaller.deserialize(MBeanElement element)
           
 Object DynamicMBeanSupport.getAttribute(String attribute)
           
 ObjectInstance MBeanInstaller.installMBean(MBeanElement element)
          Install a mbean with mbean metadata
 Object DynamicMBeanSupport.invoke(String actionName, Object[] params, String[] signature)
           
 void DynamicMBeanSupport.setAttribute(Attribute attribute)
           
 ObjectInstance MBeanInstaller.updateMBean(MBeanElement element)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.