public class MovingAverageDataSource extends Object implements DataSourceListener
Constructor and Description |
---|
MovingAverageDataSource(String configurationId,
ScheduledExecutorService scheduler,
ObjectPoolTracker<DataSource> poolTracker,
ObjectPoolImpl<DataSource> dsObjectPool) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
stateChanged(DataItemValue value) |
void |
update(Map<String,String> parameters) |
public MovingAverageDataSource(String configurationId, ScheduledExecutorService scheduler, ObjectPoolTracker<DataSource> poolTracker, ObjectPoolImpl<DataSource> dsObjectPool) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxException
public void dispose()
public void update(Map<String,String> parameters) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxException
public void stateChanged(DataItemValue value)
stateChanged
in interface DataSourceListener
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.