Interface PerthreadManager

  • All Known Implementing Classes:
    PerthreadManagerImpl

    public interface PerthreadManager
    Manages per-thread data, and provides a way for listeners to know when such data should be cleaned up. Typically, data is cleaned up at the end of the request (in a web application). Tapestry IoC has any number of objects that need to know when this event occurs, so that they can clean up any per-thread/per-request state.