Methods in javax.management.modelmbean that throw RuntimeOperationsException |
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification notification)
|
void |
ModelMBeanNotificationBroadcaster.sendNotification(java.lang.String message)
|
void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName,
java.lang.Object handback)
|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName)
|
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(AttributeChangeNotification notification)
|
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue,
Attribute newValue)
|
void |
ModelMBean.setModelMBeanInfo(ModelMBeanInfo modelMBeanInfo)
|
void |
ModelMBean.setManagedResource(java.lang.Object resource,
java.lang.String resourceType)
|
Descriptor[] |
ModelMBeanInfo.getDescriptors(java.lang.String descriptorType)
|
void |
ModelMBeanInfo.setDescriptors(Descriptor[] descriptors)
|
Descriptor |
ModelMBeanInfo.getDescriptor(java.lang.String descriptorName,
java.lang.String descriptorType)
|
void |
ModelMBeanInfo.setDescriptor(Descriptor descriptor,
java.lang.String descriptorType)
|
Descriptor |
ModelMBeanInfo.getMBeanDescriptor()
|
void |
ModelMBeanInfo.setMBeanDescriptor(Descriptor descriptor)
|
ModelMBeanAttributeInfo |
ModelMBeanInfo.getAttribute(java.lang.String name)
|
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(java.lang.String name)
|
ModelMBeanConstructorInfo |
ModelMBeanInfo.getConstructor(java.lang.String name)
|
ModelMBeanNotificationInfo |
ModelMBeanInfo.getNotification(java.lang.String name)
|
java.lang.Object |
DescriptorSupport.clone()
|
java.lang.Object |
DescriptorSupport.getFieldValue(java.lang.String name)
|
void |
DescriptorSupport.setField(java.lang.String name,
java.lang.Object value)
|
void |
DescriptorSupport.setFields(java.lang.String[] names,
java.lang.Object[] values)
|
boolean |
DescriptorSupport.isValid()
|
void |
RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo modelMBeanInfo)
|
void |
RequiredModelMBean.setManagedResource(java.lang.Object resource,
java.lang.String resourceType)
|
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName,
java.lang.Object handback)
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName)
|
void |
RequiredModelMBean.sendAttributeChangeNotification(Attribute oldAttribute,
Attribute newAttribute)
|
void |
RequiredModelMBean.sendAttributeChangeNotification(AttributeChangeNotification notification)
|
void |
RequiredModelMBean.sendNotification(java.lang.String message)
|
void |
RequiredModelMBean.load()
|
void |
RequiredModelMBean.store()
|
Descriptor[] |
ModelMBeanInfoSupport.getDescriptors(java.lang.String type)
|
void |
ModelMBeanInfoSupport.setDescriptors(Descriptor[] descriptors)
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(java.lang.String name,
java.lang.String type)
|
void |
ModelMBeanInfoSupport.setDescriptor(Descriptor descriptor,
java.lang.String descriptorType)
|
ModelMBeanAttributeInfo |
ModelMBeanInfoSupport.getAttribute(java.lang.String name)
|
ModelMBeanOperationInfo |
ModelMBeanInfoSupport.getOperation(java.lang.String name)
|
ModelMBeanConstructorInfo |
ModelMBeanInfoSupport.getConstructor(java.lang.String name)
|
ModelMBeanNotificationInfo |
ModelMBeanInfoSupport.getNotification(java.lang.String name)
|
Descriptor |
ModelMBeanInfoSupport.getMBeanDescriptor()
|
void |
ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor descriptor)
|