org.apache.tapestry5.ioc.services
Interface RegistryShutdownListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JustInTimeObjectCreator

public interface RegistryShutdownListener
extends java.util.EventListener

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


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

Method Detail

registryDidShutdown

void registryDidShutdown()
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 © 2006-2011 Apache Software Foundation. All Rights Reserved.