Uses of Interface
org.apache.tapestry5.ioc.services.RegistryShutdownHub

Packages that use RegistryShutdownHub
org.apache.tapestry5.internal.hibernate   
org.apache.tapestry5.internal.jmx   
org.apache.tapestry5.internal.jpa   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.internal.services.cron   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.upload.services   
 

Uses of RegistryShutdownHub in org.apache.tapestry5.internal.hibernate
 

Methods in org.apache.tapestry5.internal.hibernate with parameters of type RegistryShutdownHub
 void HibernateSessionSourceImpl.listenForShutdown(RegistryShutdownHub hub)
           
 

Uses of RegistryShutdownHub in org.apache.tapestry5.internal.jmx
 

Methods in org.apache.tapestry5.internal.jmx with parameters of type RegistryShutdownHub
 void MBeanSupportImpl.listenForShutdown(RegistryShutdownHub hub)
           
 

Uses of RegistryShutdownHub in org.apache.tapestry5.internal.jpa
 

Methods in org.apache.tapestry5.internal.jpa with parameters of type RegistryShutdownHub
 void EntityManagerSourceImpl.listenForShutdown(RegistryShutdownHub hub)
           
 

Uses of RegistryShutdownHub in org.apache.tapestry5.ioc.internal
 

Subinterfaces of RegistryShutdownHub in org.apache.tapestry5.ioc.internal
 interface InternalRegistry
          Internal view of the module registry, adding additional methods needed by modules.
 

Classes in org.apache.tapestry5.ioc.internal that implement RegistryShutdownHub
 class RegistryImpl
           
 

Uses of RegistryShutdownHub in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement RegistryShutdownHub
 class RegistryShutdownHubImpl
           
 

Uses of RegistryShutdownHub in org.apache.tapestry5.ioc.internal.services.cron
 

Methods in org.apache.tapestry5.ioc.internal.services.cron with parameters of type RegistryShutdownHub
 void PeriodicExecutorImpl.start(RegistryShutdownHub hub)
           
 

Uses of RegistryShutdownHub in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services with parameters of type RegistryShutdownHub
static ParallelExecutor TapestryIOCModule.buildDeferredExecution(int coreSize, int maxSize, int keepAliveMillis, boolean threadPoolEnabled, int queueSize, PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, ThunkCreator thunkCreator)
           
 

Uses of RegistryShutdownHub in org.apache.tapestry5.upload.services
 

Methods in org.apache.tapestry5.upload.services with parameters of type RegistryShutdownHub
static MultipartDecoder UploadModule.buildMultipartDecoder(PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, MultipartDecoderImpl multipartDecoder)
           
 



Copyright © 2003-2012 The Apache Software Foundation.