|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryManager
Is a manager of compiled query. It is responsible of CompiledQuery allocation and could implement a caching policy. The identifier of a query is a QueryDefinition.
Method Summary | |
---|---|
void |
clean()
Clean the query manager. |
POManagerFactoryItf |
getPMF()
|
CompiledQuery |
getQueryCompiler(QueryDefinition qd)
Retrieves a CompiledQuery for a given QueryDefinition. |
void |
setPMF(POManagerFactoryItf pmf)
|
Method Detail |
---|
CompiledQuery getQueryCompiler(QueryDefinition qd)
qd
- defines the expected query.
POManagerFactoryItf getPMF()
void setPMF(POManagerFactoryItf pmf)
void clean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |