org.terracotta.modules.ehcache.writebehind
Class OperationsFilterWrapper

java.lang.Object
  extended by org.terracotta.modules.ehcache.writebehind.OperationsFilterWrapper
All Implemented Interfaces:
QuarantinedItemsFilter<SingleAsyncOperation>

public class OperationsFilterWrapper
extends Object
implements QuarantinedItemsFilter<SingleAsyncOperation>

An implementation of QuarantinedItemsFilter that delegates the processing to a OperationsFilter instance

Version:
$Id: OperationsFilterWrapper.java 23027 2010-05-21 14:24:50Z hhuynh $
Author:
Geert Bevin

Constructor Summary
OperationsFilterWrapper(net.sf.ehcache.writer.writebehind.OperationsFilter<net.sf.ehcache.writer.writebehind.operations.KeyBasedOperation> delegate, SerializationStrategy serializationStrategy)
           
 
Method Summary
 void filter(List<SingleAsyncOperation> items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationsFilterWrapper

public OperationsFilterWrapper(net.sf.ehcache.writer.writebehind.OperationsFilter<net.sf.ehcache.writer.writebehind.operations.KeyBasedOperation> delegate,
                               SerializationStrategy serializationStrategy)
Method Detail

filter

public void filter(List<SingleAsyncOperation> items)
Specified by:
filter in interface QuarantinedItemsFilter<SingleAsyncOperation>


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