KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > NotificationFilter > Top Examples

  • org.jboss.system.ListenerServiceMBeanSupport
    An abstract base class that provides for declarative JMX notification subscription handling. <p> A JBoss service that is in addition a NotificationListener can subclass ListenerServiceMBeanSupport instead of ServiceMBeanSupport and specify at run-time, inline in the MBean descriptor using th ...
  • org.jboss.mx.remoting.tracker.MBeanTracker
    MBeanTracker is a utility class that will track MBeans on behalf of a user object. @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @version $Revision: 1.2 $
  • org.jboss.mx.notification.DefaultListenerRegistration
    The default notification listener registration. @see org.jboss.mx.notification.ListenerRegistry @see org.jboss.mx.notification.ListenerRegistrationFactory @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>. @version $Revision: 1.3 $
  • org.jboss.mx.remoting.event.CompositeEventFilter
    Composite-pattern based filter @author Jeff Haynie @version $Revision: 1.1.10.1 $
  • org.jboss.net.jmx.adaptor.server.Adaptor
    wrapper around the mbean server that may be exposed as a soap-enabled mbean to the outside world. @todo convert to MBeanServerConnection @author <a HREF="mailto:Christoph.Jung@infor.de">Christoph G. Jung</a> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock&l ...
  • org.jboss.console.manager.PluginManager
    Main service for the administration console: aggregate all information from plugins that is needed for the tree to be displayed @see org.jboss.console.manager.interfaces.TreeInfo @author <a HREF="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey</a>. @version $Revision: 1.8 $ &l ...
  • org.jboss.resource.connectionmanager.JBossManagedConnectionPool
    The JBossManagedConnectionPool mbean configures and supplies pooling of JBossConnectionEventListeners to the BaseConnectionManager2 mbean.<p> It may be replaced by any mbean with a readable ManagedConnectionPool attribute of type ManagedConnectionPool. Normal pooling parameters are supplie ...
  • com.caucho.jmx.MBeanServerImpl
    The main interface for retrieving and managing JMX objects. Creats a new MBeanServer implementation.
Popular Tags