Uses of Interface
org.apache.tapestry5.ioc.services.ThreadCleanupListener
Packages that use ThreadCleanupListener
Package
Description
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
Tapestry IOC service interfaces
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
-
Uses of ThreadCleanupListener in org.apache.tapestry5.hibernate.internal
Classes in org.apache.tapestry5.hibernate.internal that implement ThreadCleanupListener -
Uses of ThreadCleanupListener in org.apache.tapestry5.internal.jpa
Classes in org.apache.tapestry5.internal.jpa that implement ThreadCleanupListener -
Uses of ThreadCleanupListener in org.apache.tapestry5.internal.mongodb
Classes in org.apache.tapestry5.internal.mongodb that implement ThreadCleanupListener -
Uses of ThreadCleanupListener in org.apache.tapestry5.ioc.internal.services
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type ThreadCleanupListenerModifier and TypeMethodDescriptionvoid
PerthreadManagerImpl.addThreadCleanupListener
(ThreadCleanupListener listener) -
Uses of ThreadCleanupListener in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services with parameters of type ThreadCleanupListenerModifier and TypeMethodDescriptionvoid
PerthreadManager.addThreadCleanupListener
(ThreadCleanupListener listener) Deprecated. -
Uses of ThreadCleanupListener in org.apache.tapestry5.upload.internal.services
Classes in org.apache.tapestry5.upload.internal.services that implement ThreadCleanupListenerModifier and TypeClassDescriptionclass
Implementation of multipart decoder for servlets.
PerthreadManager.addThreadCleanupCallback(Runnable)
instead.