|
BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is the Remote interface for the cache EJB. It provides the ejb-tier implementation of the cache functions
| Method Summary | |
void |
purgeCache()
Purges all of the cached results. |
void |
purgeCache(java.lang.String queryName)
Purges all instances of the specified stored query name in the query cache. |
void |
purgeCache(java.lang.String queryName,
QueryParameters qparameters)
Purges the cache instance identified by the stored query name and the specified query parameters. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
public void purgeCache()
throws java.rmi.RemoteException
public void purgeCache(java.lang.String queryName)
throws java.rmi.RemoteException
queryName - The name of the stored query,
where stored query name is specified without the file extension.
If the stored query is in a subdirectory of the stored_queries
Liquid Data respository directory, use the dot notation.
For example, if the stored query is saved in the respository as
the following file:
ldRespository/stored_queries/dir1/dir2/storedQuery.xq
dir1.dir2.storedQuery
public void purgeCache(java.lang.String queryName,
QueryParameters qparameters)
throws java.rmi.RemoteException
queryName - The name of the stored query,
where stored query name is specified without the file extension.
If the stored query is in a subdirectory of the stored_queries
Liquid Data respository directory, use the dot notation.
For example, if the stored query is saved in the respository as
the following file:
ldRespository/stored_queries/dir1/dir2/storedQuery.xq
dir1.dir2.storedQuery
queryParameters - The object that contains the list of parameters
with values.
|
BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||