My requirements are the following: - I have a component "MBeanServer" that is the JMX MBeanServer of my application, - Other components lookup the "MBeanServer" comp. to register themselves, - The component in question, lookup the "MBeanServer" comp. to listen to JMX notifications and convert them to SNMP traps.
I want this component to be the first (after "MBeanServer" comp. of course) and the last in order be able to listen (and send SNMP tarps) at startup/shutdown notifications of others components. If I'm not clear enough, do not hesitate to ask me for some more. BR, David -----Original Message----- From: Niclas Hedhman [mailto:[EMAIL PROTECTED] Sent: mercredi 6 octobre 2004 12:50 To: Avalon framework users Subject: Re: Merlin: commissioning/decommissioning order On Wednesday 06 October 2004 16:58, PRINCE David wrote: > I want a standalone component to be commissioned first and decommissioned > last. There must be some form of reason behind this requirement, and it is typically that it must be present before some other, or a set of other, component(s). So mark the dependency from those to the component you want to start beforehand. If this is not the case, then I would like to hear your requirement and the rationale (if any). Cheers Niclas -- +------//-------------------+ / http://www.bali.ac / / http://niclas.hedhman.org / +------//-------------------+ --------------------------------------------------------------------- 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]