public class QueryManager
extends java.lang.Object
| Constructor and Description |
|---|
QueryManager(java.util.concurrent.ExecutorService executor,
ConnectionImpl connection) |
| Modifier and Type | Method and Description |
|---|---|
Query |
createQuery(java.lang.String queryType,
java.lang.String queryData,
QueryListener listener) |
void |
dispose() |
void |
onBound() |
void |
onClosed() |
void |
updateQueryData(long queryId,
java.util.List<EventInformation> events) |
void |
updateQueryState(long queryId,
QueryState state,
ErrorInformation error) |
public QueryManager(java.util.concurrent.ExecutorService executor,
ConnectionImpl connection)
public void dispose()
public void onClosed()
public void onBound()
public Query createQuery(java.lang.String queryType, java.lang.String queryData, QueryListener listener)
public void updateQueryState(long queryId,
QueryState state,
ErrorInformation error)
public void updateQueryData(long queryId,
java.util.List<EventInformation> events)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0