org.objectweb.perseus.persistence.api
Interface StateFilter


public interface StateFilter

Permits to filter a CacheEntry.

Author:
S.Chassande-Barrioz

Method Summary
 boolean accept(State ce)
           
 

Method Detail

accept

public boolean accept(State ce)
Parameters:
ce - is the CacheEntry to examine.
Returns:
true if the CacheEntry parameter satisfies the criterias of the StateFilter implementation, otherwise false.


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.