org.apache.hivemind.service
Interface ThreadCleanupListener

All Known Implementing Classes:
ThreadLocalStorageImpl

public interface ThreadCleanupListener

Listener interface implemented by classes which need to know when a thread cleanup occurs.

Author:
Howard Lewis Ship

Method Summary
 void threadDidCleanup()
           
 

Method Detail

threadDidCleanup

public void threadDidCleanup()