On Wednesday 24 December 2003 06:58, Marco Tedone wrote: > I saw your point. By registering components as JMX component the listener > part could come in play
Quick note; You don't register the components with JMX. You register an MBean, which is a delegate. Also, the service client should not access a Management interface to be able to allow for "non service availability". IMHO, all components in all frameworks should be designed with "non availability" in mind (but few are). Furthermore, I think that "ohh, the service I need is now available, let's use it." is intrinsic to the LifeCycle of all (but the most simple) components. Niclas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
