Servertec
Persistent Object Store
1.4.1 09/04/2005

stec.pos
Interface Indexer


public interface Indexer

Interface used to define method used by IndexedObjectStore in indexing key, value pairs.

Since:
1.1.0 09/01/2002

Method Summary
 java.lang.Object getIndexKey(java.lang.Object key, java.lang.Object value)
          Returns the index key using the specified ObjectStore key, value pair.
 

Method Detail

getIndexKey

java.lang.Object getIndexKey(java.lang.Object key,
                             java.lang.Object value)
                             throws java.io.IOException
Returns the index key using the specified ObjectStore key, value pair.

Parameters:
key - the key.
value - the value.
Returns:
the index key.
Throws:
java.io.IOException - if any exception occurs.

Servertec
Persistent Object Store
1.4.1 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.