Registry.cleanupThread() is just shorthand for invoking a method on: http://jakarta.apache.org/hivemind/hivedocs/service/hivemind.ThreadEventNotifier.html
On Thu, 3 Feb 2005 22:08:25 +0700, Jean-Francois Poilpret <[EMAIL PROTECTED]> wrote: > Hello, > > For one of my services, I need the HiveMind Registry injected (in this > service I create threads that will access various services, and I want each > thread, before termination, to call Registry.cleanupThread()). > > My question is: is it possible to inject the Registry (through the use of > the hivemind.BuilderFactory) into my service. > If yes, how? > If no, what other solution exists (in this case the service should find the > Registry by itself, I do not want to have another part of my system > explicitely calling that service to pass it the HiveMind Registry). Is there > an advised solution? > > Thanks in advance. > > Cheers. > > Jean-Francois > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
