Uses of Class
javax.management.RuntimeOperationsException

Packages that use RuntimeOperationsException
javax.management   
javax.management.modelmbean   
mx4j.persist   
 

Uses of RuntimeOperationsException in javax.management
 

Methods in javax.management that throw RuntimeOperationsException
 java.lang.Object Descriptor.clone()
          Returns a new Descriptor of which is a duplicate of this Descriptor
 java.lang.Object Descriptor.getFieldValue(java.lang.String fieldName)
          Returns the field value of a given field name.
 boolean Descriptor.isValid()
          Returns true if fieldValues are checked to be sure they are legal for the fieldNames.
 void PersistentMBean.load()
          Instantiates for the data found in the persistance store.
 void Descriptor.setField(java.lang.String fieldName, java.lang.Object fieldValue)
          Sets a field name and field value.
 void Descriptor.setFields(java.lang.String[] fieldNames, java.lang.Object[] fieldValues)
          Sets the given fieldNames against the givent fieldValues.
 void PersistentMBean.store()
          Captures the current state of the MBean.
 

Uses of RuntimeOperationsException in javax.management.modelmbean
 

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

Constructors in javax.management.modelmbean that throw RuntimeOperationsException
RequiredModelMBean()
           
RequiredModelMBean(ModelMBeanInfo info)
           
 

Uses of RuntimeOperationsException in mx4j.persist
 

Methods in mx4j.persist that throw RuntimeOperationsException
 java.lang.Object FilePersister.load()
           
 java.lang.Object MBeanPersister.load()
           
 java.lang.Object PersisterMBean.load()
          Loads the information persisted on the storage media.
 void FilePersister.store(java.lang.Object data)
           
 void MBeanPersister.store(java.lang.Object data)
           
 void PersisterMBean.store(java.lang.Object data)
          Store the given information to the storage media.
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.