org.terracotta.modules.async
Interface QuarantinedItemsFilter<I>

All Known Implementing Classes:
OperationsFilterWrapper

public interface QuarantinedItemsFilter<I>

An interface for implementing a filter for quarantined items before they're actually processed. By filtering the outstanding items it's for example possible to remove scheduled work before it's actually executed.

Version:
$Id: QuarantinedItemsFilter.java 23026 2010-05-21 14:21:24Z hhuynh $
Author:
Geert Bevin

Method Summary
 void filter(List<I> items)
           
 

Method Detail

filter

void filter(List<I> items)


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.