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

Packages that use ThreadCleanupListener
org.apache.tapestry5.internal.hibernate [INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change 
org.apache.tapestry5.internal.jpa [INTERNAL USE ONLY] support classes for the JPA module; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; 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.services Tapestry IOC service interfaces 
org.apache.tapestry5.upload.internal.services [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change 
 

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

Classes in org.apache.tapestry5.internal.hibernate that implement ThreadCleanupListener
 class HibernateSessionManagerImpl
           
 

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

Classes in org.apache.tapestry5.internal.jpa that implement ThreadCleanupListener
 class EntityManagerManagerImpl
           
 

Uses of ThreadCleanupListener in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement ThreadCleanupListener
 class EnvironmentImpl
          A non-threadsafe implementation (expects to use the "perthread" service lifecyle).
 class NonPoolingRequestPageCacheImpl
          In Tapestry 5.1, the implementation of this worked with the page pool (a pool of page instances, reserved to individual requests/threads).
 

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

Methods in org.apache.tapestry5.ioc.internal.services with parameters of type ThreadCleanupListener
 void PerthreadManagerImpl.addThreadCleanupListener(ThreadCleanupListener listener)
           
static String ServiceMessages.threadCleanupError(ThreadCleanupListener listener, Throwable cause)
           
 

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

Methods in org.apache.tapestry5.ioc.services with parameters of type ThreadCleanupListener
 void PerthreadManager.addThreadCleanupListener(ThreadCleanupListener listener)
          Adds a listener to the hub.
 

Uses of ThreadCleanupListener in org.apache.tapestry5.upload.internal.services
 

Classes in org.apache.tapestry5.upload.internal.services that implement ThreadCleanupListener
 class MultipartDecoderImpl
          Implementation of multipart decoder for servlets.
 



Copyright © 2003-2012 The Apache Software Foundation.