The ComponentManager will use internally a MBeanServer to lookup MBean-s using role names which in this case will be the MBean's object name. Also it uses the MBeanServer to manage Component/MBean lifecycle by calling mBeanServer.isInstaceOf(...) in order to learn what to do with it.
----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: "Avalon Development" <[email protected]> Cc: "Avalon Development" <[email protected]> Sent: Tuesday, June 12, 2001 10:51 PM Subject: Re: MBeanComponentManager ??? > At 10:06 PM 6/12/01 -0600, Mircea Toma wrote: > >Would this be one (good) way to integrate JMX with Avalon? > > I am not sure. How would you see it working? > > Cheers, > > Pete > > *-----------------------------------------------------* > | "Faced with the choice between changing one's mind, | > | and proving that there is no need to do so - almost | > | everyone gets busy on the proof." | > | - John Kenneth Galbraith | > *-----------------------------------------------------* > > > --------------------------------------------------------------------- > 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]
