Re: service shutdown hook in tapestry-ioc

2010-04-21 Thread Christian Edward Gruber
nnectionManager implements interface RegistryShutdownListener{ public void registryDidShutdown() } When the register shuts down, the method registryDidShutdown will be called. Shing --- On Thu, 22/4/10, Christian Edward Gruber wrote: From: Christian Edward Gruber Subject: service s

Re: service shutdown hook in tapestry-ioc

2010-04-21 Thread Shing Hing Man
the method registryDidShutdown will be called. Shing --- On Thu, 22/4/10, Christian Edward Gruber wrote: > From: Christian Edward Gruber > Subject: service shutdown hook in tapestry-ioc > To: "Tapestry users" > Cc: "Michael Taylor" > Date: Thursday, 22 April, 2010, 3:52

service shutdown hook in tapestry-ioc

2010-04-21 Thread Christian Edward Gruber
Hi, We're building a service that connects to an RPC system for use in a t5 app (5.2-snap) but can't find anywhere to declare/identify shutdown logic. Is there any sort of event the service impl can hook into either with an annotation or a module contribution somewhere to allow us to