| Constructor and Description |
|---|
QueryImpl(java.util.concurrent.ExecutorService executor,
ConnectionImpl connection,
long queryId,
QueryListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dispose() |
QueryListener |
getListener() |
void |
handleData(QueryListener listener,
java.util.List<Event> data) |
void |
handleStateChange(QueryListener listener,
QueryState state,
java.lang.Throwable error) |
void |
loadMore(int count)
Load more data
|
public QueryImpl(java.util.concurrent.ExecutorService executor,
ConnectionImpl connection,
long queryId,
QueryListener listener)
public void loadMore(int count)
Querypublic void handleStateChange(QueryListener listener, QueryState state, java.lang.Throwable error)
public void dispose()
public void handleData(QueryListener listener, java.util.List<Event> data)
public QueryListener getListener()
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