documentation examples changes amber (jpa) ejb database ioc jmx jsf messaging quercus remoting servlet security basic listener registration mbeanserver | jmx/administration tutorials
Basic
Resources can be JMX managed by exposing a management interface and registering as an MBean. Listener
Example showing configuration of MBean event listeners. Registration
MBeans can implement the MBeanRegistration interface to find the ObjectName and MBeanServer they're registered with. MBeanServer
Example showing JMX-managed resources using the MBeanServer API.
|