I have just updated the proposal for phoenix. It now includes
a tool to create Dynamic MBeans for any class
(in the org.apache.jmx.introspector package) and a rudimentary
Manager facility which registers the basic components used by
Embeddor in the MBeanServer.

Early adopters might wish to examine the introspector package and
start building custom (Dynamic) MBeans for their avalon components.

The code to add Blocks/Facilities to the MBeanServer has yet
to be written; whether Blocks will be added will be controlled
by the following xml in the blockinfo file:

<blockinfo>
        <meta>
                /* ... */
                <manageable>true</manageable> /* register with the mBeanServer */
                /* alternate: provide custom MBean */
                /* <manageable 
mbean="org.apache.somewhere.blablaMBean">true</manageable>
*/
        </meta>
/* ... */
</blockinfo>

or something similar (suggestions welcome).

regards,

LSD

<java:sig>
        About LSD  = new PersonalInfo();
        LSD.name("Leo Simons");
        LSD.email("[EMAIL PROTECTED]");
        LSD.URL( [
                http://www.leosimons.com, // personal website
                http://www.atfantasy.com, // fantasy RPG portal
                http://www.the-sign.nl    // web-design company
        ] );
        LSD.quote("Buh!");
        email.setSig((String)LSD);
</java:sig>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to