public class ServiceQueryBuffer extends AbstractQueryBuffer
The query buffer must the opened using the open()
call.
itemId, listeners, PROP_FILLED, PROP_PERCENT_FILLED, PROP_QUERY_PARAMETERS, PROP_REQUEST_PARAMETERS, PROP_STATE, PROP_VALUE_TYPES, query
Constructor and Description |
---|
ServiceQueryBuffer(org.osgi.framework.BundleContext context,
ConnectionRequest connectionRequest,
String itemId,
QueryParameters initialRequestParameters) |
ServiceQueryBuffer(org.osgi.framework.BundleContext context,
String connectionId,
String itemId,
QueryParameters initialRequestParameters) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
handleConnectionStateChange(Connection connection,
ConnectionState state,
Throwable error) |
void |
open() |
protected void |
setConnection(ConnectionService connectionService) |
addQueryListener, changeProperties, closeQuery, createQuery, getFilled, getItemId, getPercentFilled, getQueryParameters, getRequestParameters, getState, getValueInformation, getValues, getValueTypes, removeQueryListener, setRequestParameters, updateData, updateParameters, updateState
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
public ServiceQueryBuffer(org.osgi.framework.BundleContext context, ConnectionRequest connectionRequest, String itemId, QueryParameters initialRequestParameters)
public ServiceQueryBuffer(org.osgi.framework.BundleContext context, String connectionId, String itemId, QueryParameters initialRequestParameters)
public void open()
public void close()
close
in class AbstractQueryBuffer
protected void setConnection(ConnectionService connectionService)
protected void handleConnectionStateChange(Connection connection, ConnectionState state, Throwable error)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.