Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

com.bea.wlcp.wlng.api.storage
Interface StoreQuery


public interface StoreQuery

Store query interface. Used to perform queries based on value content.


Method Summary
abstract  java.util.Set entrySet()
          Query the store for entries matching this query.
abstract  void setParameters(java.io.Serializable[] parameters)
          Set query parameters.
abstract  java.util.Collection values()
          Get values matching this query.
 

Method Detail

entrySet

public java.util.Set entrySet()
Query the store for entries matching this query. The Set returned is not backed by the Store Map, so changes to the Set will not be reflected in the Map, and vice versa.


setParameters

public void setParameters(java.io.Serializable[] parameters)
                   throws StorageException
Set query parameters. The parameters must be ordered such as expected by the named query.

Parameters:
parameters - The query parameters to use.
Throws:
StorageException

values

public java.util.Collection values()
Get values matching this query. The Collection returned is not backed by the Store Map, so changes to the Collection will not be reflected in the map, and vice versa.

Returns:
the matching values.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.