| Constructor and Description |
|---|
QueryImpl(java.util.concurrent.Executor executor,
ConnectionImpl connection,
java.lang.String itemId,
QueryParameters parameters,
QueryListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeParameters(QueryParameters parameters)
Request a change of parameters
|
void |
close()
Close the query
|
java.lang.Long |
getCloseId()
The id of the query used for closing it.
|
java.lang.Long |
getId() |
void |
handleUpdateData(int index,
java.util.Map<java.lang.String,java.util.List<java.lang.Double>> values,
java.util.List<ValueInformation> valueInformation) |
void |
handleUpdateParameter(QueryParameters parameters,
java.util.Set<java.lang.String> valueTypes) |
void |
handleUpdateStatus(QueryState state) |
void |
setId(java.lang.Long id) |
public QueryImpl(java.util.concurrent.Executor executor,
ConnectionImpl connection,
java.lang.String itemId,
QueryParameters parameters,
QueryListener listener)
public void close()
Querypublic void changeParameters(QueryParameters parameters)
QuerychangeParameters in interface Queryparameters - the new requested parameterspublic void setId(java.lang.Long id)
public java.lang.Long getId()
public java.lang.Long getCloseId()
Since the ID will be set to null once the query gets closed,
this id will be used to close the query. It must be the same value as the
original id, but only set when the query gets closed.
public void handleUpdateStatus(QueryState state)
public void handleUpdateData(int index,
java.util.Map<java.lang.String,java.util.List<java.lang.Double>> values,
java.util.List<ValueInformation> valueInformation)
public void handleUpdateParameter(QueryParameters parameters, java.util.Set<java.lang.String> valueTypes)
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