Oracle Corporation

com.bea.wlcp.wlng.api.storage.filter
Class IndexKeysFactory

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.storage.filter.IndexKeysFactory

public class IndexKeysFactory
extends Object

Index keys factory. Used to create combined index key instances that can be used to lookup indexes in an index map of combined index keys.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
IndexKeysFactory()
           
 
Method Summary
static IndexKeys getIndexKeys(IndexKey[] indexKeys)
          Construct index keys object containing a combined index key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexKeysFactory

public IndexKeysFactory()
Method Detail

getIndexKeys

public static IndexKeys getIndexKeys(IndexKey[] indexKeys)
Construct index keys object containing a combined index key.

Parameters:
indexKeys - The index keys to combine.
Returns:
The index keys object that can be used to lookup indexes in the index map.

Oracle Corporation