Servertec
Persistent Object Store
1.4.1 09/04/2005

stec.pos
Interface ObjectStoreEnumerationFilter


public interface ObjectStoreEnumerationFilter

Interface defining method for limiting ObjectStoreEnumeration results.

Since:
1.0.0 08/12/2001
See Also:
elements, elements, elements, elements, Enumeration

Method Summary
 boolean matches(java.lang.Object key, java.lang.Object value)
          Returns whether the specified key, value pair will be included in the resultant ObjectStoreEnumeration.
 

Method Detail

matches

boolean matches(java.lang.Object key,
                java.lang.Object value)
Returns whether the specified key, value pair will be included in the resultant ObjectStoreEnumeration.

Called once for each key, value pair in the persistent object store.

Parameters:
key - object containing the key.
value - the object containing the value.
Returns:
whether the specified key, value pair matches the filter's criteria.
See Also:
ObjectStoreEnumeration

Servertec
Persistent Object Store
1.4.1 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.