org.ow2.util.pool.impl.enhanced.api.clue
Interface IClueManager<E,C>

Type Parameters:
E - pool item type
C - clue type
All Known Subinterfaces:
ICluePoolManager<E,C>, IPoolItemRemoveClueManager<E,C>, IValidatorCluePoolManager<E,C>
All Known Implementing Classes:
BasicClueManager

public interface IClueManager<E,C>

Author:
Gael Lalire

Method Summary
 boolean tryMatch(E item, C clue)
           
 void unMatch(E item)
          Undo match.
 

Method Detail

tryMatch

boolean tryMatch(E item,
                 C clue)
Parameters:
item - the item
clue - the clue
Returns:
true if item clue matches clue

unMatch

void unMatch(E item)
Undo match.

Parameters:
item - the item


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.