Package | Description |
---|---|
org.eclipse.scada.da.buffer.internal | |
org.eclipse.scada.da.datasource.changecounter | |
org.eclipse.scada.da.datasource.totalizer |
Modifier and Type | Class and Description |
---|---|
class |
BufferedDataSourceImpl |
Modifier and Type | Method and Description |
---|---|
protected AbstractServiceConfigurationFactory.Entry<BufferedDataSource> |
BufferedDatasourceFactory.createService(UserInformation userInformation,
String configurationId,
org.osgi.framework.BundleContext context,
Map<String,String> parameters) |
protected AbstractServiceConfigurationFactory.Entry<BufferedDataSource> |
BufferedDatasourceFactory.updateService(UserInformation userInformation,
String configurationId,
AbstractServiceConfigurationFactory.Entry<BufferedDataSource> entry,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
protected void |
BufferedDatasourceFactory.disposeService(UserInformation userInformation,
String configurationId,
BufferedDataSource service) |
Modifier and Type | Method and Description |
---|---|
protected AbstractServiceConfigurationFactory.Entry<BufferedDataSource> |
BufferedDatasourceFactory.updateService(UserInformation userInformation,
String configurationId,
AbstractServiceConfigurationFactory.Entry<BufferedDataSource> entry,
Map<String,String> parameters) |
Constructor and Description |
---|
BufferedDataSourceImpl(org.osgi.framework.BundleContext context,
ScheduledExecutorService scheduler,
ObjectPoolTracker<DataSource> poolTracker,
DataNodeTracker dataNodeTracker,
String configurationId,
ObjectPoolImpl<BufferedDataSource> objectPool) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeCounterDataSource.serviceChange(BufferedDataSource service,
Dictionary<?,?> properties) |
Constructor and Description |
---|
ChangeCounterDataSource(ScheduledExecutorService scheduler,
ObjectPoolTracker<BufferedDataSource> poolTracker) |
Modifier and Type | Method and Description |
---|---|
void |
TotalizerDataSource.serviceChange(BufferedDataSource service,
Dictionary<?,?> properties) |
Constructor and Description |
---|
TotalizerDataSource(ScheduledExecutorService scheduler,
ObjectPoolTracker<BufferedDataSource> poolTracker,
DataNodeTracker dataNodeTracker) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.