JavaTM 2 Platform
Standard Ed. 6

介面 javax.management.NotificationEmitter
的使用

使用 NotificationEmitter 的軟體套件
javax.management 提供 Java Management Extensions 的核心類別。 
javax.management.modelmbean 提供了 ModelMBean 類別的定義。 
javax.management.monitor 提供 monitor 類別的定義。 
javax.management.relation 提供 Relation Service 的定義。 
javax.management.remote 對 JMX MBean 伺服器進行遠端存取使用的介面。 
javax.management.remote.rmi RMI 連接器是供 JMX Remote API 使用的一種連接器,後者使用 RMI 將客戶端請求傳輸到遠端 MBean 伺服器。 
javax.management.timer 提供對 Timer MBean(計時器 MBean)的定義。 
 

javax.managementNotificationEmitter 的使用
 

實作 NotificationEmitterjavax.management 中的類別
 class MBeanServerDelegate
          從管理的角度表示 MBean 伺服器。
 class NotificationBroadcasterSupport
          提供 NotificationEmitter 介面的實作。
 class StandardEmitterMBean
          一個其管理介面由 Java 介面上的反射確定並且可以發送通知的 MBean。
 

參數型別為 NotificationEmitterjavax.management 中的建構子
StandardEmitterMBean(Class<?> mbeanInterface, boolean isMXBean, NotificationEmitter emitter)
          建構一個 MBean,其管理介面由 mbeanInterface 指定,並且其中的通知由給定的 NotificationEmitter 處理。
StandardEmitterMBean(Class<?> mbeanInterface, NotificationEmitter emitter)
          建構一個 MBean,其管理介面由 mbeanInterface 指定,並且其中的通知由給定的 NotificationEmitter 處理。
StandardEmitterMBean(T implementation, Class<T> mbeanInterface, boolean isMXBean, NotificationEmitter emitter)
          建構一個 MBean,其管理介面由 mbeanInterface 使用給定實作指定,並且其中的通知由給定的 NotificationEmitter 處理。
StandardEmitterMBean(T implementation, Class<T> mbeanInterface, NotificationEmitter emitter)
          建構一個 MBean,其管理介面由 mbeanInterface 使用給定實作指定,並且其中的通知由給定的 NotificationEmitter 處理。
 

javax.management.modelmbeanNotificationEmitter 的使用
 

實作 NotificationEmitterjavax.management.modelmbean 中的類別
 class RequiredModelMBean
          此類別是 ModelMBean 的實作。
 

javax.management.monitorNotificationEmitter 的使用
 

實作 NotificationEmitterjavax.management.monitor 中的類別
 class CounterMonitor
          定義專門用來觀察計數器屬性值的監視器 MBean。
 class GaugeMonitor
          定義專門用來觀察尺度屬性值的監視器 MBean。
 class Monitor
          定義所有監視器 MBean 的公共部分。
 class StringMonitor
          定義設計用於觀察字元串屬性值的監視器 MBean。
 

javax.management.relationNotificationEmitter 的使用
 

實作 NotificationEmitterjavax.management.relation 中的類別
 class RelationService
          Relation Service 負責創建和刪除關係型別和關係,負責處理一致性並負責提供查詢機制。
 

javax.management.remoteNotificationEmitter 的使用
 

實作 NotificationEmitterjavax.management.remote 中的類別
 class JMXConnectorServer
          每個連接器伺服器的父級類別。
 

javax.management.remote.rmiNotificationEmitter 的使用
 

實作 NotificationEmitterjavax.management.remote.rmi 中的類別
 class RMIConnectorServer
          JMX API 連接器伺服器,用於從遠端客戶端創建基於 RMI 的連接。
 

javax.management.timerNotificationEmitter 的使用
 

實作 NotificationEmitterjavax.management.timer 中的類別
 class Timer
          提供對計時器 MBean 的實作。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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