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.getFieldValue(java.lang.String fieldName)
          Returns the field value of a given field name.
 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.
 java.lang.Object Descriptor.clone()
          Returns a new Descriptor of which is a duplicate of this Descriptor
 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 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 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[] 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)
           
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo modelMBeanInfo)
           
 void ModelMBean.setManagedResource(java.lang.Object resource, java.lang.String resourceType)
           
 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()
           
 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)
           
 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)
           
 

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()
           
 void FilePersister.store(java.lang.Object data)
           
 java.lang.Object MBeanPersister.load()
           
 void MBeanPersister.store(java.lang.Object data)
           
 java.lang.Object PersisterMBean.load()
          Loads the information persisted on the storage media.
 void PersisterMBean.store(java.lang.Object data)
          Store the given information to the storage media.
 



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