KickJava   Java API By Example, From Geeks To Geeks.

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

  • test.compliance.server.MBeanServerTEST
    Tests the MBean server impl. through the <tt>MBeanServer</tt> interface. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @version $Revision: 1.27 $
  • org.objectweb.jonas.management.j2eemanagement.J2EEDomain
    Implements a managed object which represents a management domain. Domain management information is present in two data structures: <code>myServers</code> and <code>managedServersToUrls</code>. The first one containes the OBJECT_NAMEs of the J2EEServers the domain is suppose ...
  • org.objectweb.jonas.management.ReconfigManager
    This MBean allows persistent reconfiguration of a JOnAS server, alltogether with its embedded services, and possibly used resources like Data Sources ans Mail Factories. This class implements NotificationListener interface. The ReconfigManager adds itself as Listener to the following JMX Notificat ...
  • org.jboss.mx.remoting.tracker.MBeanTrackerFilter
    MBeanTrackerFilter @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @version $Revision: 1.1 $
  • org.jboss.web.tomcat.tc5.StatusServlet
    This servlet will display a complete status of the HTTP/1.1 connector. @author Remy Maucherat @version $Revision: 1.5.2.1 $ $Date: 2005/05/18 00:16:17 $
  • org.jboss.mx.server.registry.BasicMBeanRegistry
    The registry for object name - object reference mapping in the MBean server. <p> The implementation of this class affects the invocation speed directly, please check any changes for performance. @todo JMI_DOMAIN isn't very protected @see org.jboss.mx.server.registry.MBeanRegistry @author ...
  • com.caucho.jmx.MBeanServerDelegateImpl
    The main interface for retrieving and managing JMX objects.
Popular Tags