org.apache.tapestry5.ioc.internal.services
Class RegistryShutdownHubImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.RegistryShutdownHubImpl
- All Implemented Interfaces:
- RegistryShutdownHub
public class RegistryShutdownHubImpl
- extends Object
- implements RegistryShutdownHub
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryShutdownHubImpl
public RegistryShutdownHubImpl(org.slf4j.Logger logger)
addRegistryShutdownListener
public void addRegistryShutdownListener(RegistryShutdownListener listener)
- Description copied from interface:
RegistryShutdownHub
- Adds a listener for eventual notification.
- Specified by:
addRegistryShutdownListener in interface RegistryShutdownHub
fireRegistryDidShutdown
public void fireRegistryDidShutdown()
- Fires the
RegistryShutdownListener.registryDidShutdown() method on each listener. At the end, all the
listeners are discarded.
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.