Uses of Class
javax.management.RuntimeOperationsException

Packages that use RuntimeOperationsException
javax.management   
javax.management.modelmbean   
org.jboss.mx.modelmbean   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of RuntimeOperationsException in javax.management
 

Methods in javax.management that throw RuntimeOperationsException
 Object Descriptor.clone()
          Returns a descriptor that is a duplicate of this one.
 Object Descriptor.getFieldValue(String fieldName)
          Retrieves the value of a field.
 boolean Descriptor.isValid()
          Checks to see that this descriptor is valid.
 void PersistentMBean.load()
          Retrieves the MBean's state from a persistence store.
 void Descriptor.setField(String fieldName, Object fieldValue)
          Sets the value of a field.
 void Descriptor.setFields(String[] fieldNames, Object[] fieldValues)
          Set multiple fields in this descriptor.
 void PersistentMBean.store()
          Stores the MBean's state to a persistence store.
 

Uses of RuntimeOperationsException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw RuntimeOperationsException
 void ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)
           
 void RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)
           
 ModelMBeanAttributeInfo ModelMBeanInfo.getAttribute(String inName)
           
 Descriptor ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType)
           
 Descriptor[] ModelMBeanInfo.getDescriptors(String descriptorType)
          Returns all descriptors with a requested type from a Model MBean.
 Descriptor ModelMBeanInfo.getMBeanDescriptor()
           
 ModelMBeanNotificationInfo ModelMBeanInfo.getNotification(String inName)
           
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(String inName)
           
 boolean DescriptorSupport.isValid()
          Returns true if all of the fields have legal values given their names.
 void RequiredModelMBean.load()
           
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(AttributeChangeNotification ntfyObj)
           
 void RequiredModelMBean.sendAttributeChangeNotification(AttributeChangeNotification ntfyObj)
           
 void ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
           
 void RequiredModelMBean.sendNotification(Notification ntfyObj)
           
 void ModelMBeanNotificationBroadcaster.sendNotification(String ntfyText)
           
 void RequiredModelMBean.sendNotification(String ntfyText)
           
 void ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
           
 void ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors)
           
 void ModelMBean.setManagedResource(Object mr, String mr_type)
           
 void RequiredModelMBean.setManagedResource(Object mr, String mr_type)
           
 void ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor)
           
 void ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inDescriptor)
          Sets the ModelMBean's descriptor.
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
           
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo info)
           
 void RequiredModelMBean.store()
           
 String DescriptorSupport.toXMLString()
          Returns an XML String representing the descriptor.
 

Constructors in javax.management.modelmbean that throw RuntimeOperationsException
DescriptorSupport(String xmlString)
          Descriptor constructor taking an XML String.
DescriptorSupport(String[] fieldNames, Object[] fieldValues)
          Creates descriptor instance with given field names and values.if both field names and field values array contain empty arrays, an empty descriptor is created.
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] modelAttributes, ModelMBeanConstructorInfo[] modelConstructors, ModelMBeanOperationInfo[] modelOperations, ModelMBeanNotificationInfo[] modelNotifications, Descriptor mbeandescriptor)
          Creates an instance of Model MBean info implementation based on the given values and descriptor.
RequiredModelMBean()
           
RequiredModelMBean(ModelMBeanInfo info)
          Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
 

Uses of RuntimeOperationsException in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean that throw RuntimeOperationsException
 void ModelMBeanInvoker.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          Sends an attribute change notification.
 void ModelMBeanInvoker.sendNotification(Notification ntfyObj)
          Sends a notification.
 void ModelMBeanInvoker.sendNotification(String ntfyText)
          Sends a notification with a given string message.
 void ModelMBeanInvoker.setModelMBeanInfo(ModelMBeanInfo info)
          Sets the MBean metadata for this Model MBean instance.
 

Uses of RuntimeOperationsException in org.jboss.mx.util
 

Methods in org.jboss.mx.util with parameters of type RuntimeOperationsException
 Object ProxyExceptionHandler.handleRuntimeOperationsException(ProxyContext ctx, RuntimeOperationsException e, Method m, Object[] args)
           
 Object DefaultExceptionHandler.handleRuntimeOperationsException(ProxyContext ctx, RuntimeOperationsException e, Method m, Object[] args)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.