|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface representing some operations that are common to the client and the middle tier but not necessarily promoted through the remote interface
| Method Summary | |
int |
addQuery(Query query)Add the given Query into the list of Queries tracked by the QueryManager and therefore allow it to have state and evaluate. |
boolean |
cancel()Cancel current processes on this connection, if possible |
void |
closeQueries(com.sun.java.util.collections.List queryList)Close a whole set of queries |
Query |
createQuery()Creates an empty query |
java.lang.String |
getName()Get the QueryManager name |
java.util.Enumeration |
getQueries()Get all of the queries in this QueryManager |
void |
removeQuery(Query query)Remove the given Query from the list of tracked Queries and clean up storage associated with it. |
| Method Detail |
public int addQuery(Query query)
query - Query to affiliate with middle tier statepublic void removeQuery(Query query)
query - Query to removepublic java.util.Enumeration getQueries()
public Query createQuery()
public void closeQueries(com.sun.java.util.collections.List queryList)
queryList - List of query objects to close in bulkpublic java.lang.String getName()
public boolean cancel()
true if the code was found to send an interrupt
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||