Uses of Interface
org.apache.tapestry5.ioc.services.RegistryShutdownHub
-
Packages that use RegistryShutdownHub Package Description org.apache.tapestry5.hibernate.internal org.apache.tapestry5.internal.jmx [INTERNAL USE ONLY] support classes for the JMX module; API subject to changeorg.apache.tapestry5.internal.jpa [INTERNAL USE ONLY] support classes for the JPA module; API subject to changeorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.ioc.internal.services.cron [INTERNAL USE ONLY] Support for cron-like services in Tapestry IOC; API subject to change.org.apache.tapestry5.ioc.modules org.apache.tapestry5.upload.modules -
-
Uses of RegistryShutdownHub in org.apache.tapestry5.hibernate.internal
Methods in org.apache.tapestry5.hibernate.internal with parameters of type RegistryShutdownHub Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
EntityManagerSourceImpl. listenForShutdown(RegistryShutdownHub hub)
-
Uses of RegistryShutdownHub in org.apache.tapestry5.ioc.internal
Subinterfaces of RegistryShutdownHub in org.apache.tapestry5.ioc.internal Modifier and Type Interface Description interface
InternalRegistry
Internal view of the module registry, adding additional methods needed by modules.Classes in org.apache.tapestry5.ioc.internal that implement RegistryShutdownHub Modifier and Type Class Description class
RegistryImpl
-
Uses of RegistryShutdownHub in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement RegistryShutdownHub Modifier and Type Class Description class
RegistryShutdownHubImpl
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type RegistryShutdownHub Modifier and Type Method Description void
PerthreadManagerImpl. registerForShutdown(RegistryShutdownHub hub)
-
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 Modifier and Type Method Description void
PeriodicExecutorImpl. start(RegistryShutdownHub hub)
-
Uses of RegistryShutdownHub in org.apache.tapestry5.ioc.modules
Methods in org.apache.tapestry5.ioc.modules with parameters of type RegistryShutdownHub Modifier and Type Method Description 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.modules
Methods in org.apache.tapestry5.upload.modules with parameters of type RegistryShutdownHub Modifier and Type Method Description static MultipartDecoder
UploadModule. buildMultipartDecoder(PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, MultipartDecoderImpl multipartDecoder)
-