org.apache.tapestry5.ioc.services
Interface RegistryShutdownListener

All Superinterfaces:
EventListener

Deprecated. In Tapestry 5.3, to be removed in a later release.

public interface RegistryShutdownListener
extends EventListener

Event listener interfaces for objects that need to know when the Registry shutsdown.

See Also:
RegistryShutdownHub.addRegistryShutdownListener(Runnable)

Method Summary
 void registryDidShutdown()
          Deprecated. Invoked when the registry shuts down, giving services a chance to perform any final operations.
 

Method Detail

registryDidShutdown

void registryDidShutdown()
Deprecated. 
Invoked when the registry shuts down, giving services a chance to perform any final operations. Service implementations should not attempt to invoke methods on other services (via proxies) as the service proxies may themselves be shutdown.



Copyright © 2003-2012 The Apache Software Foundation.