Uses of Class
javax.management.MBeanException
Packages that use MBeanException
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
-
Uses of MBeanException in javax.management
Subclasses of MBeanException in javax.managementModifier and TypeClassDescriptionclass
Wraps exceptions thrown by the preRegister(), preDeregister() methods of theMBeanRegistration
interface.Methods in javax.management that throw MBeanExceptionModifier and TypeMethodDescriptionMBeanServer.createMBean
(String className, ObjectName name) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className, ObjectName name, Object[] params, String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className, ObjectName name, ObjectName loaderName) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className, ObjectName name) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className, ObjectName name, Object[] params, String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className, ObjectName name, ObjectName loaderName) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature) Instantiates and registers an MBean in the MBean server.DynamicMBean.getAttribute
(String attribute) Obtain the value of a specific attribute of the Dynamic MBean.MBeanServer.getAttribute
(ObjectName name, String attribute) MBeanServerConnection.getAttribute
(ObjectName name, String attribute) Gets the value of a specific attribute of a named MBean.StandardMBean.getAttribute
(String attribute) MBeanServer.instantiate
(String className) Instantiates an object using the list of all class loaders registered in the MBean server'sClass Loader Repository
.MBeanServer.instantiate
(String className, Object[] params, String[] signature) Instantiates an object using the list of all class loaders registered in the MBean serverClass Loader Repository
.MBeanServer.instantiate
(String className, ObjectName loaderName) Instantiates an object using the class Loader specified by itsObjectName
.MBeanServer.instantiate
(String className, ObjectName loaderName, Object[] params, String[] signature) Instantiates an object.Allows an action to be invoked on the Dynamic MBean.MBeanServer.invoke
(ObjectName name, String operationName, Object[] params, String[] signature) MBeanServerConnection.invoke
(ObjectName name, String operationName, Object[] params, String[] signature) Invokes an operation on an MBean.void
PersistentMBean.load()
Instantiates thisMBean instance with the data found for the MBean in the persistent store.void
DynamicMBean.setAttribute
(Attribute attribute) Set the value of a specific attribute of the Dynamic MBean.void
MBeanServer.setAttribute
(ObjectName name, Attribute attribute) void
MBeanServerConnection.setAttribute
(ObjectName name, Attribute attribute) Sets the value of a specific attribute of a named MBean.void
StandardMBean.setAttribute
(Attribute attribute) void
PersistentMBean.store()
Captures the current state of this MBean instance and writes it out to the persistent store. -
Uses of MBeanException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw MBeanExceptionModifier and TypeMethodDescriptionvoid
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener
(NotificationListener listener, String attributeName, Object handback) Registers an object which implements the NotificationListener interface as a listener.void
RequiredModelMBean.addAttributeChangeNotificationListener
(NotificationListener inlistener, String inAttributeName, Object inhandback) ModelMBeanInfo.getAttribute
(String inName) Returns a ModelMBeanAttributeInfo requested by name.ModelMBeanInfoSupport.getAttribute
(String inName) RequiredModelMBean.getAttribute
(String attrName) Returns the value of a specific attribute defined for this ModelMBean.ModelMBeanInfoSupport.getConstructor
(String inName) Returns the ModelMBeanConstructorInfo requested by name.ModelMBeanInfo.getDescriptor
(String inDescriptorName, String inDescriptorType) Returns a Descriptor requested by name and descriptorType.ModelMBeanInfoSupport.getDescriptor
(String inDescriptorName) Returns a Descriptor requested by name.ModelMBeanInfoSupport.getDescriptor
(String inDescriptorName, String inDescriptorType) ModelMBeanInfo.getDescriptors
(String inDescriptorType) Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.ModelMBeanInfoSupport.getDescriptors
(String inDescriptorType) ModelMBeanInfo.getMBeanDescriptor()
Returns the ModelMBean's descriptor which contains MBean wide policies.ModelMBeanInfoSupport.getMBeanDescriptor()