Class CheckForUpdatesFilter

java.lang.Object
org.apache.tapestry5.internal.services.CheckForUpdatesFilter
All Implemented Interfaces:
RequestFilter

public class CheckForUpdatesFilter extends Object implements RequestFilter
Implements a barrier that periodically asks the UpdateListenerHub to check for updates to files. The UpdateListenerHub is invoked from a write method, meaning that when it is called, all other threads will be blocked.