org.ow2.cmi.controller.server.filter
Interface IFilter

All Superinterfaces:
IStrategy<CMIReference>

public interface IFilter
extends IStrategy<CMIReference>

This extended IStrategy allows to restrict accesses to a clustered object. This is associated with a set of qualities. This strategy is applied on server-side.

Author:
Loris Bouzonnet

Method Summary
 boolean accept(java.util.Set<java.lang.Object> qualities)
           
 
Methods inherited from interface org.ow2.cmi.lb.strategy.IStrategy
choose
 

Method Detail

accept

boolean accept(java.util.Set<java.lang.Object> qualities)
Parameters:
qualities - qualities
Returns:
true if the filter can be applied


Copyright © 2009 OW2 Consortium. All Rights Reserved.