public class QueryImpl extends java.lang.Object implements Query, QueryListener
| Constructor and Description |
|---|
QueryImpl(long queryId,
ServerConnectionImpl serverConnectionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getQueryId() |
void |
loadMore(int count)
Load more data
|
void |
queryData(java.util.List<Event> events) |
void |
queryStateChanged(QueryState state,
java.lang.Throwable error) |
void |
setQuery(Query queryHandle) |
public QueryImpl(long queryId,
ServerConnectionImpl serverConnectionHandler)
public void loadMore(int count)
Querypublic void setQuery(Query queryHandle)
public long getQueryId()
public void queryData(java.util.List<Event> events)
queryData in interface QueryListenerpublic void queryStateChanged(QueryState state, java.lang.Throwable error)
queryStateChanged in interface QueryListener
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