org.apache.tapestry5.ioc.services
Interface ThreadCleanupListener

All Superinterfaces:
java.util.EventListener

public interface ThreadCleanupListener
extends java.util.EventListener

Listener interface for object that need to know about thread event cleanup.

Note that registration with the PerthreadManager is a one-shot affair; it lasts no longer than the next cleanup.


Method Summary
 void threadDidCleanup()
          Invoked by PerthreadManager service when a thread performs and end-of-request cleanup.
 

Method Detail

threadDidCleanup

void threadDidCleanup()
Invoked by PerthreadManager service when a thread performs and end-of-request cleanup.



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.