Oracle Corporation

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

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

public class IndexKeyFactory
extends Object

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

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

Constructor Summary
IndexKeyFactory()
           
 
Method Summary
static IndexKey getIndexKey(String methodName, Serializable value)
          Construct index key object containing an index key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexKeyFactory

public IndexKeyFactory()
Method Detail

getIndexKey

public static IndexKey getIndexKey(String methodName,
                                   Serializable value)
Construct index key object containing an index key.

Parameters:
methodName - The method name of the index key.
value - The value of the index key.
Returns:
The index key object that can be used to lookup indexes in the index map.

Oracle Corporation