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

Packages that use ThreadCleanupListener
org.apache.tapestry5.internal.hibernate   
org.apache.tapestry5.internal.jpa   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.upload.internal.services   
 

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-2011 The Apache Software Foundation.