FileDocCategorySizeDatePackage
AsyncFilter.javaAPI DocGlassfish v2 API2621Fri May 04 22:37:04 BST 2007com.sun.enterprise.web.connector.grizzly

AsyncFilter

public interface AsyncFilter
An interface marker used to execute operations before a AsycnProcesssorTask in pre/post or interrupted. Usualy, implementation of this interface is called by an instance of AsyncExecutor. Implementation of this interface must be thread-safe.
author
Jeanfrancois Arcand

Fields Summary
Constructors Summary
Methods Summary
public booleandoFilter(AsyncExecutor asyncExecutor)
Execute and return true if the next AsyncFilter can be invoked. Return false to stop calling the AsyncFilter.