Uses of Class
javax.management.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
Modifier and TypeClassDescriptionclass
Wraps exceptions thrown by the preRegister(), preDeregister() methods of theMBeanRegistration
interface.Modifier 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
Modifier 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()
ModelMBeanInfo.getNotification
(String inName) Returns a ModelMBeanNotificationInfo requested by name.ModelMBeanInfoSupport.getNotification
(String inName) ModelMBeanInfo.getOperation
(String inName) Returns a ModelMBeanOperationInfo requested by name.ModelMBeanInfoSupport.getOperation
(String inName) Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.void
RequiredModelMBean.load()
Instantiates this MBean instance with the data found for the MBean in the persistent store.void
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener
(NotificationListener listener, String attributeName) Removes a listener for attributeChangeNotifications from the RequiredModelMBean.void
RequiredModelMBean.removeAttributeChangeNotificationListener
(NotificationListener inlistener, String inAttributeName) 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
RequiredModelMBean.sendAttributeChangeNotification
(AttributeChangeNotification ntfyObj) void
RequiredModelMBean.sendAttributeChangeNotification
(Attribute inOldVal, Attribute inNewVal) 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.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
RequiredModelMBean.sendNotification
(String ntfyText) void
RequiredModelMBean.sendNotification
(Notification ntfyObj) void
RequiredModelMBean.setAttribute
(Attribute attribute) Sets the value of a specific attribute of a named ModelMBean.void
ModelMBeanInfo.setDescriptor
(Descriptor inDescriptor, String inDescriptorType) Sets descriptors in the info array of type inDescriptorType for the ModelMBean.void
ModelMBeanInfoSupport.setDescriptor
(Descriptor inDescriptor, String inDescriptorType) void
ModelMBeanInfo.setDescriptors
(Descriptor[] inDescriptors) Adds or replaces descriptors in the ModelMBeanInfo.void
ModelMBeanInfoSupport.setDescriptors
(Descriptor[] inDescriptors) 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
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
ModelMBeanInfo.setMBeanDescriptor
(Descriptor inDescriptor) Sets the ModelMBean's descriptor.void
ModelMBeanInfoSupport.setMBeanDescriptor
(Descriptor inMBeanDescriptor) void
ModelMBean.setModelMBeanInfo
(ModelMBeanInfo inModelMBeanInfo) Initializes a ModelMBean object using ModelMBeanInfo passed in.void
RequiredModelMBean.setModelMBeanInfo
(ModelMBeanInfo mbi) Initializes a ModelMBean object using ModelMBeanInfo passed in.void
RequiredModelMBean.store()
Captures the current state of this MBean instance and writes it out to the persistent store.ModifierConstructorDescriptionDescriptorSupport
(int initNumFields) Descriptor constructor.DescriptorSupport
(String inStr) Descriptor constructor taking an XML String.Constructs anRequiredModelMBean
with an empty ModelMBeanInfo.Constructs a RequiredModelMBean object using ModelMBeanInfo passed in. -
Uses of MBeanException in javax.management.remote.rmi
Modifier and TypeMethodDescriptionRMIConnection.createMBean
(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject) Handles the methodMBeanServerConnection.createMBean(String, ObjectName, Object[], String[])
.RMIConnection.createMBean
(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject) RMIConnection.createMBean
(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject) Handles the methodMBeanServerConnection.createMBean(String, ObjectName, ObjectName)
.RMIConnection.createMBean
(String className, ObjectName name, Subject delegationSubject) Handles the methodMBeanServerConnection.createMBean(String, ObjectName)
.RMIConnectionImpl_Stub.createMBean
(String $param_String_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5) RMIConnectionImpl_Stub.createMBean
(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, MarshalledObject $param_MarshalledObject_4, String[] $param_arrayOf_String_5, Subject $param_Subject_6) RMIConnectionImpl_Stub.createMBean
(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, Subject $param_Subject_4) RMIConnectionImpl_Stub.createMBean
(String $param_String_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3) RMIConnectionImpl.createMBean
(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject) RMIConnectionImpl.createMBean
(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject) RMIConnectionImpl.createMBean
(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject) RMIConnectionImpl.createMBean
(String className, ObjectName name, Subject delegationSubject) RMIConnection.getAttribute
(ObjectName name, String attribute, Subject delegationSubject) Handles the methodMBeanServerConnection.getAttribute(ObjectName, String)
.RMIConnectionImpl_Stub.getAttribute
(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3) RMIConnectionImpl.getAttribute
(ObjectName name, String attribute, Subject delegationSubject) RMIConnection.invoke
(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject) Handles the methodMBeanServerConnection.invoke(ObjectName, String, Object[], String[])
.RMIConnectionImpl_Stub.invoke
(ObjectName $param_ObjectName_1, String $param_String_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5) RMIConnectionImpl.invoke
(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject) void
RMIConnection.setAttribute
(ObjectName name, MarshalledObject attribute, Subject delegationSubject) Handles the methodMBeanServerConnection.setAttribute(ObjectName, Attribute)
.void
RMIConnectionImpl_Stub.setAttribute
(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) void
RMIConnectionImpl.setAttribute
(ObjectName name, MarshalledObject attribute, Subject delegationSubject)