站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.RuntimeOperationsException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


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
 void PersistentMBean.load()
          Retrieves the MBean's state from a persistence store.
 void PersistentMBean.store()
          Stores the MBean's state to a persistence store.
 Object Descriptor.getFieldValue(String fieldName)
          Retrieves the value of a field.
 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.
 Object Descriptor.clone()
          Returns a descriptor that is a duplicate of this one.
 boolean Descriptor.isValid()
          Checks to see that this descriptor is valid.
 

Uses of RuntimeOperationsException in javax.management.modelmbean
 

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

Constructors in javax.management.modelmbean that throw RuntimeOperationsException
RequiredModelMBean()
           
RequiredModelMBean(ModelMBeanInfo info)
          Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
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.
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.
DescriptorSupport(String xmlString)
          Descriptor constructor taking an XML String.
 

Uses of RuntimeOperationsException in org.jboss.mx.modelmbean
 

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

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.