Leo:

First suggestion is to not to make a decision on manageability based on the
value of a <manageable> element content, but instead, if there is a
manageable element and it contains whatever information is needed, then its
manageable.

E.g. the following means that a block is manageable.

        <managable/>

Cheers, Steve.


> -----Original Message-----
> From: Leo Simons [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 16 April, 2001 16:13
> To: Avalon Development
> Subject: JMX Facility for phoenix
>
>
> 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]
>


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

Reply via email to