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

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


Uses of Interface
javax.management.NotificationBroadcaster

Packages that use NotificationBroadcaster
javax.management   
javax.management.modelmbean   
javax.management.monitor The JBossMX monitor services
javax.management.relation The JBossMX relation service
javax.management.timer The JBossMX timer service
org.jboss.mx.loading   
org.jboss.mx.modelmbean   
org.jboss.mx.notification   
org.jboss.mx.server   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of NotificationBroadcaster in javax.management
 

Subinterfaces of NotificationBroadcaster in javax.management
 interface NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
 

Classes in javax.management that implement NotificationBroadcaster
 class MBeanServerDelegate
          Mandatory MBean server delegate MBean implementation.
 class NotificationBroadcasterSupport
          A helper class for notification broadcasters/emitters
 

Uses of NotificationBroadcaster in javax.management.modelmbean
 

Subinterfaces of NotificationBroadcaster in javax.management.modelmbean
 interface ModelMBean
          Defines Model MBean.
 interface ModelMBeanNotificationBroadcaster
           
 

Classes in javax.management.modelmbean that implement NotificationBroadcaster
 class RequiredModelMBean
          Mandatory Model MBean implementation.
 

Uses of NotificationBroadcaster in javax.management.monitor
 

Classes in javax.management.monitor that implement NotificationBroadcaster
 class CounterMonitor
          The counter monitor service.
 class GaugeMonitor
          The gauge monitor service.
 class Monitor
          The monitor service.
 class StringMonitor
          The string monitor service.
 

Uses of NotificationBroadcaster in javax.management.relation
 

Classes in javax.management.relation that implement NotificationBroadcaster
 class RelationService
          Implements the management interface for a relation service.
 

Uses of NotificationBroadcaster in javax.management.timer
 

Classes in javax.management.timer that implement NotificationBroadcaster
 class Timer
          The timer service.
 

Uses of NotificationBroadcaster in org.jboss.mx.loading
 

Classes in org.jboss.mx.loading that implement NotificationBroadcaster
 class HeirarchicalLoaderRepository3
          A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository.
 class UnifiedLoaderRepository3
          A repository of class loaders that form a flat namespace of classes and resources.
 

Uses of NotificationBroadcaster in org.jboss.mx.modelmbean
 

Classes in org.jboss.mx.modelmbean that implement NotificationBroadcaster
 class ModelMBeanInvoker
          An extension of the MBeanInvoker that implements the base Model MBean functionality, essentially making the Model MBean just another invoker of managed resources.
 class RequiredModelMBeanInvoker
          An invoker that handles the 'ops' that are part of the RequiredModelMBean that must be handled at that level rather than its delegate.
 class XMBean
          XMBean implementation.
 

Uses of NotificationBroadcaster in org.jboss.mx.notification
 

Classes in org.jboss.mx.notification that implement NotificationBroadcaster
 class AsynchNotificationBroadcasterSupport
          A notification broadcaster with asynch notifications
 

Methods in org.jboss.mx.notification with parameters of type NotificationBroadcaster
 void MBeanServerListenerRegistry.add(ObjectName name, NotificationBroadcaster broadcaster, NotificationListener listener, NotificationFilter filter, Object handback)
          Adds a listener to the mbean
 

Constructors in org.jboss.mx.notification with parameters of type NotificationBroadcaster
MBeanServerListenerRegistrationFactory(ObjectName name, NotificationBroadcaster broadcaster)
          Construct a listener registration factory for the given object name
MBeanServerListenerRegistration(ObjectName name, NotificationBroadcaster broadcaster, NotificationListener listener, NotificationFilter filter, Object handback)
          Create a listener registration
 

Uses of NotificationBroadcaster in org.jboss.mx.server
 

Subinterfaces of NotificationBroadcaster in org.jboss.mx.server
 interface MBeanInvoker
          This interface represents an invoker for an MBean.
 

Classes in org.jboss.mx.server that implement NotificationBroadcaster
 class AbstractMBeanInvoker
          A base MBeanInvoker class that provides common state as well as
 class RawDynamicInvoker
           
 

Uses of NotificationBroadcaster in org.jboss.mx.util
 

Classes in org.jboss.mx.util that implement NotificationBroadcaster
 class JBossNotificationBroadcasterSupport
          A helper class for notification broadcasters/emitters
 



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