com.bea.wlcp.wlng.api.storage.filter
Class IndexKeyFactory
java.lang.Object
com.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexKeyFactory
public IndexKeyFactory()
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.