Interface ThreadCleanupListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
EntityManagerManagerImpl, HibernateSessionManagerImpl, MongoDBImpl, MultipartDecoderImpl

public interface ThreadCleanupListener extends EventListener
Deprecated.
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

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Invoked by PerthreadManager service when a thread performs and end-of-request cleanup.