Oracle Corporation

Uses of Interface
com.bea.wlcp.wlng.api.storage.filter.IndexKey

Packages that use IndexKey
com.bea.wlcp.wlng.api.storage.filter   
 

Uses of IndexKey in com.bea.wlcp.wlng.api.storage.filter
 

Methods in com.bea.wlcp.wlng.api.storage.filter that return IndexKey
static IndexKey IndexKeyFactory.getIndexKey(String methodName, Serializable value)
          Construct index key object containing an index key.
 IndexKey[] IndexKeys.getKeys()
          Get combined index key.
 

Methods in com.bea.wlcp.wlng.api.storage.filter with parameters of type IndexKey
static IndexKeys IndexKeysFactory.getIndexKeys(IndexKey[] indexKeys)
          Construct index keys object containing a combined index key.
 


Oracle Corporation