Tags: jmx + programming

Sort by: Date / Title / URL

  1. An MBean server is a repository of MBeans that provides management applications access to MBeans. Applications do not access MBeans directly, but instead access them through the MBean server with their unique ObjectName. An MBean server implements the int
    01-12-2011 to , , , by matze
  2. MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
    01-12-2011 to , , , by matze
  3. As defined in the JMX Specification, client applications obtain MBeans through an MBean server connection, accessed by means of a JMX connector. Message Queue brokers use the standard JMX infrastructure provided with the Java Development Kit (JDK) 1.5, wh
    01-12-2011 to , , , by matze
  4. Java Management Extensions (JMX) technology offers programmers the ability to add monitoring and management to their Java applications. In effect, these APIs allow you to locally or remotely manage anything Java-enabled, from web servers to network device
    01-12-2011 to , , , by matze
  5. he code below is a very simple example of how to connect to a stand-alone local WebSphere instance without Global security enabled.
    11-11-2011 to , , , by matze

First / Previous / Next / Last / Page 1 of 1