|
Hi Geeks
I will start right now to expose management
informations from the
various JBoss components.
General design is:
- adding a management MBean to each JBoss server
collecting the
information for a node/server.
- sending the management information from the JBoss
components
(like J2EEDeployer) to this management MBean
throgh JMX.
- create management data classes
Therefore we have a local push strategie but for
the remote management
a pull strategie where the management tool must
collect the information
when needed.
Because of JMX you can decide if you want to
collect the information
locally by adding the management MBean to
jboss.jcml.
With this design I do not have to change the MBeans
nor changing the
code much (just adding to send the info by
JMX).
Any objections ?
Have fun - Andy
|
