Constructor and Description |
---|
QueryImpl(Executor executor,
ConnectionImpl connection,
Long queryId,
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
|
Long |
getId() |
void |
handleUpdateData(int index,
List<ValueEntry> values,
List<ValueInformation> valueInformation) |
void |
handleUpdateParameter(QueryParameters parameters,
Set<String> valueTypes) |
void |
handleUpdateStatus(QueryState state) |
public QueryImpl(Executor executor, ConnectionImpl connection, Long queryId, String itemId, QueryParameters parameters, QueryListener listener)
public void close()
Query
public void changeParameters(QueryParameters parameters)
Query
changeParameters
in interface Query
parameters
- the new requested parameterspublic Long getId()
public void handleUpdateStatus(QueryState state)
public void handleUpdateData(int index, List<ValueEntry> values, List<ValueInformation> valueInformation)
public void handleUpdateParameter(QueryParameters parameters, Set<String> valueTypes)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.