public class DataSourceHandlerImpl extends Object implements DataSourceListener, DataSourceHandler
Constructor and Description |
---|
DataSourceHandlerImpl(ObjectPoolTracker<DataSource> poolTracker,
String datasourceId,
DataSourceHandlerListener listener,
VariantType type) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
VariantType |
getType() |
DataItemValue |
getValue() |
protected void |
setDataSource(DataSource service) |
void |
stateChanged(DataItemValue value) |
public DataSourceHandlerImpl(ObjectPoolTracker<DataSource> poolTracker, String datasourceId, DataSourceHandlerListener listener, VariantType type) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxException
protected void setDataSource(DataSource service)
public void dispose()
dispose
in interface DataSourceHandler
public DataItemValue getValue()
getValue
in interface DataSourceHandler
public VariantType getType()
getType
in interface DataSourceHandler
public void stateChanged(DataItemValue value)
stateChanged
in interface DataSourceListener
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.