Uses of Class
javax.management.MBeanException

Packages that use MBeanException
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 MBeanException in com.sun.jdmk
 

Methods in com.sun.jdmk that throw MBeanException
 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)
           
 void MBeanServerForwarder.setAttribute(ObjectName name, Attribute attribute)
           
 Object MBeanServerForwarder.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
           
 

Uses of MBeanException in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that throw MBeanException
 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 MBeanException in javax.management
 

Subclasses of MBeanException in javax.management
 class MBeanRegistrationException
          Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
 

Methods in javax.management that throw MBeanException
 Object StandardMBean.getAttribute(String attribute)
           
 void StandardMBean.setAttribute(Attribute attribute)
           
 Object StandardMBean.invoke(String actionName, Object[] params, String[] signature)
           
 void PersistentMBean.load()
          Instantiates thisMBean instance with the data found for the MBean in the persistent store.
 void PersistentMBean.store()
          Captures the current state of this MBean instance and writes it out to the persistent store.
 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.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 Object MBeanServer.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an MBean.
 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.
 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.
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 Object MBeanServerConnection.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an MBean.
 

Uses of MBeanException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw MBeanException
 Descriptor[] ModelMBeanInfoSupport.getDescriptors(String inDescriptorType)
           
 void ModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors)
           
 Descriptor ModelMBeanInfoSupport.getDescriptor(String inDescriptorName)
          Returns a Descriptor requested by name.
 Descriptor ModelMBeanInfoSupport.getDescriptor(String inDescriptorName, String inDescriptorType)
           
 void ModelMBeanInfoSupport.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
           
 ModelMBeanAttributeInfo ModelMBeanInfoSupport.getAttribute(String inName)
           
 ModelMBeanOperationInfo ModelMBeanInfoSupport.getOperation(String inName)
           
 ModelMBeanConstructorInfo ModelMBeanInfoSupport.getConstructor(String inName)
          Returns the ModelMBeanConstructorInfo requested by name.
 ModelMBeanNotificationInfo ModelMBeanInfoSupport.getNotification(String inName)
           
 Descriptor ModelMBeanInfoSupport.getMBeanDescriptor()
           
 void ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inMBeanDescriptor)
           
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi)
          Initializes a ModelMBean object using ModelMBeanInfo passed in.
 void RequiredModelMBean.setManagedResource(Object mr, String mr_type)
          Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
 void RequiredModelMBean.load()
          Persistence is not supported by the this Model MBean implementation.
 void RequiredModelMBean.store()
          Persistence is not supported by the this Model MBean implementation.
 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.
 void RequiredModelMBean.sendNotification(Notification ntfyObj)
           
 void RequiredModelMBean.sendNotification(String ntfyText)
           
 void RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)
           
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 void RequiredModelMBean.sendAttributeChangeNotification(AttributeChangeNotification ntfyObj)
           
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 Descriptor[] ModelMBeanInfo.getDescriptors(String inDescriptorType)
          Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
 void ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors)
          Adds or replaces descriptors in the ModelMBeanInfo.
 Descriptor ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType)
          Returns a Descriptor requested by name and descriptorType.
 void ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
          Sets descriptors in the info array of type inDescriptorType for the ModelMBean.
 Descriptor ModelMBeanInfo.getMBeanDescriptor()
          Returns the ModelMBean's descriptor which contains MBean wide policies.
 void ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor)
          Sets the ModelMBean's descriptor.
 ModelMBeanAttributeInfo ModelMBeanInfo.getAttribute(String inName)
          Returns a ModelMBeanAttributeInfo requested by name.
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(String inName)
          Returns a ModelMBeanOperationInfo requested by name.
 ModelMBeanNotificationInfo ModelMBeanInfo.getNotification(String inName)
          Returns a ModelMBeanNotificationInfo requested by name.
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
          Initializes a ModelMBean object using ModelMBeanInfo passed in.
 void ModelMBean.setManagedResource(Object mr, String mr_type)
          Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
 void ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
          Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.generic notification.
 void ModelMBeanNotificationBroadcaster.sendNotification(String ntfyText)
          Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(AttributeChangeNotification notification)
          Sends an attributeChangeNotification which is passed in to the registered attributeChangeNotification listeners on the ModelMBean.
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
 void ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)
          Registers an object which implements the NotificationListener interface as a listener.
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
          Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
 

Constructors in javax.management.modelmbean that throw MBeanException
RequiredModelMBean()
          Constructs an RequiredModelMBean with an empty ModelMBeanInfo.
RequiredModelMBean(ModelMBeanInfo mbi)
          Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
DescriptorSupport(int initNumFields)
          Descriptor constructor.
DescriptorSupport(String inStr)
          Descriptor constructor taking an XML String.
 


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.