|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.ow2.wildcat | |
| org.ow2.wildcat.osgi.api | |
| Uses of Query in org.ow2.wildcat |
|---|
| Methods in org.ow2.wildcat that return Query | |
|---|---|
Query |
Context.createQuery(java.lang.String query)
Creates and starts a query. |
Query |
Context.registerListeners(java.lang.String query,
com.espertech.esper.client.UpdateListener... listeners)
Creates and starts a query and register one or more listener. |
| Methods in org.ow2.wildcat with parameters of type Query | |
|---|---|
void |
Context.destroyQuery(Query query)
Detach all listener and destroy query. |
void |
Context.pauseQuery(Query query)
Pause Query. |
void |
Context.registerListeners(Query query,
com.espertech.esper.client.UpdateListener... listeners)
Attach one or more listener to a query. |
void |
Context.removeListeners(Query query,
com.espertech.esper.client.UpdateListener... listeners)
Removes one or more listeners associated with a Query. |
void |
Context.resumeQuery(Query query)
Resume Query. |
| Uses of Query in org.ow2.wildcat.osgi.api |
|---|
| Methods in org.ow2.wildcat.osgi.api that return Query | |
|---|---|
Query |
IQueryAdder.registerListener(Context context)
Add a query and an associated listener to the given context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||