JavaTM 2 Platform
Standard Ed. 6

類別 javax.management.RuntimeOperationsException
的使用

使用 RuntimeOperationsException 的軟體套件
javax.management 提供 Java Management Extensions 的核心類別。 
javax.management.modelmbean 提供了 ModelMBean 類別的定義。 
 

javax.managementRuntimeOperationsException 的使用
 

拋出 RuntimeOperationsExceptionjavax.management 中的方法
 Object Descriptor.clone()
          返回一個與此描述符相等的描述符。
 Object Descriptor.getFieldValue(String fieldName)
          返回指定欄位名的值,如果該名稱不存在任何值,則返回 null。
 boolean Descriptor.isValid()
          如果所有欄位在給定其名稱的情況下都有合法值,則返回 true。
 void PersistentMBean.load()
          使用持久存儲中找到的 MBean 的資料實例化此 MBean 實例。
 void Descriptor.setField(String fieldName, Object fieldValue)
          設置特定欄位名的值。
 void ImmutableDescriptor.setField(String fieldName, Object fieldValue)
          因為此類別不可變,所以不支持此操作。
 void Descriptor.setFields(String[] fieldNames, Object[] fieldValues)
          將欄位名稱陣列中的所有欄位設置為與欄位值陣列中的索引相同的新值。
 void ImmutableDescriptor.setFields(String[] fieldNames, Object[] fieldValues)
          因為此類別不可變,所以不支持此操作。
 void PersistentMBean.store()
          捕獲此 MBean 實例的當前狀態並將其寫出到持久存儲中。
 

javax.management.modelmbeanRuntimeOperationsException 的使用
 

拋出 RuntimeOperationsExceptionjavax.management.modelmbean 中的方法
 void ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)
          註冊一個將 NotificationListener 介面實作為偵聽器的物件。
 void RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)
           
 Object DescriptorSupport.clone()
          返回作為 Descriptor 副本的新 Descriptor。
 ModelMBeanAttributeInfo ModelMBeanInfo.getAttribute(String inName)
          返回通過名稱請求的 ModelMBeanAttributeInfo。
 ModelMBeanAttributeInfo ModelMBeanInfoSupport.getAttribute(String inName)
           
 ModelMBeanConstructorInfo ModelMBeanInfoSupport.getConstructor(String inName)
          返回通過名稱請求的 ModelMBeanConstructorInfo。
 Descriptor ModelMBeanInfoSupport.getDescriptor(String inDescriptorName)
          返回通過名稱請求的 Descriptor。
 Descriptor ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType)
          返回通過 name 和 descriptorType 請求的 Descriptor。
 Descriptor ModelMBeanInfoSupport.getDescriptor(String inDescriptorName, String inDescriptorType)
           
 Descriptor[] ModelMBeanInfo.getDescriptors(String inDescriptorType)
          返回由 inDescriptorType 型別的 ModelMBeanInfo 的所有 Descriptor 組成的 Descriptor 陣列。
 Descriptor[] ModelMBeanInfoSupport.getDescriptors(String inDescriptorType)
           
 Object DescriptorSupport.getFieldValue(String fieldName)
           
 Descriptor ModelMBeanInfo.getMBeanDescriptor()
          返回包含 MBean 級策略的 ModelMBean 的描述符。
 ModelMBeanNotificationInfo ModelMBeanInfo.getNotification(String inName)
          返回通過名稱請求的 ModelMBeanNotificationInfo。
 ModelMBeanNotificationInfo ModelMBeanInfoSupport.getNotification(String inName)
           
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(String inName)
          返回通過名稱請求的 ModelMBeanOperationInfo。
 ModelMBeanOperationInfo ModelMBeanInfoSupport.getOperation(String inName)
           
 boolean DescriptorSupport.isValid()
          如果所有給定名稱的欄位都有合法值,則返回 true。
 void RequiredModelMBean.load()
          使用在持久存儲中找到的 MBean 的資料實例化此 MBean。
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
          從 RequiredModelMBean 移除一個 attributeChangeNotifications 的偵聽器。
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          將包含屬性的原有值和新值的 attributeChangeNotification 發送到 ModelMBean 上已註冊的 AttributeChangeNotification 偵聽器。
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(AttributeChangeNotification notification)
          將傳入的 attributeChangeNotification 發送到 ModelMBean 上已註冊的 attributeChangeNotification 偵聽器。
 void RequiredModelMBean.sendAttributeChangeNotification(AttributeChangeNotification ntfyObj)
           
 void ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
          以 jmx.modelmbean.generic 通知形式將傳入的 Notification 發送到 ModelMBean 上已註冊的 Notification 偵聽器。
 void RequiredModelMBean.sendNotification(Notification ntfyObj)
           
 void ModelMBeanNotificationBroadcaster.sendNotification(String ntfyText)
          將包含傳入文本字元串的 Notification 發送到 ModelMBean 上已註冊的 Notification 偵聽器。
 void RequiredModelMBean.sendNotification(String ntfyText)
           
 void ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
          設置 inDescriptorType 型別的 ModelMBean 的 info 陣列中的描述符。
 void ModelMBeanInfoSupport.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
           
 void ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors)
          添加或替換 ModelMBeanInfo 中的描述符。
 void ModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors)
           
 void DescriptorSupport.setField(String fieldName, Object fieldValue)
           
 void DescriptorSupport.setFields(String[] fieldNames, Object[] fieldValues)
           
 void ModelMBean.setManagedResource(Object mr, String mr_type)
          設置物件的實例句柄,我們將根據此句柄執行此 ModelMBean 管理介面(MBeanInfo 和 Descriptor)中的所有方法。
 void RequiredModelMBean.setManagedResource(Object mr, String mr_type)
          設置物件的實例句柄,我們將根據該句柄執行此 ModelMBean 管理介面(MBeanInfo 和 Descripto)中的所有方法。
 void ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor)
          設置 ModelMBean 的描述符。
 void ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inMBeanDescriptor)
           
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
          使用傳入的 ModelMBeanInfo 實例化 ModelMBean 物件。
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi)
          使用傳入的 ModelMBeanInfo 實例化 ModelMBean 物件。
 void RequiredModelMBean.store()
          捕獲此 MBean 實例的當前狀態,並將它寫出到持久存儲中。
 

拋出 RuntimeOperationsExceptionjavax.management.modelmbean 中的建構子
DescriptorSupport(int initNumFields)
          描述符建構子。
DescriptorSupport(String inStr)
          Descriptor 建構子帶有一個 XML String。
DescriptorSupport(String[] fieldNames, Object[] fieldValues)
          帶有欄位名稱和欄位值的建構子。
RequiredModelMBean()
          建構帶有空 ModelMBeanInfo 的 RequiredModelMBean
RequiredModelMBean(ModelMBeanInfo mbi)
          使用傳入的 ModelMBeanInfo 建構 RequiredModelMBean 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only