+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.resolver.data.events
Interface InvalidationEventListener.Validator<T>

Enclosing interface:
InvalidationEventListener
public static interface InvalidationEventListener.Validator<T>

Validator used during the invalidation of cache keys

Since:
8.5
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.lang.Boolean accept(T aValue)
          Check if a value is acceptable
 

Method Detail

accept

java.lang.Boolean accept(T aValue)
Checks if a value is acceptable

Parameters:
aValue - the value, may be null
Returns:
Boolean.TRUE if the value is acceptable
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD