Modifier and Type | Interface and Description |
---|---|
interface |
DataItemMonitor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonitorService |
class |
AbstractPersistentStateMonitor |
class |
AbstractStateMonitor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBooleanMonitor |
class |
AbstractDemotingMasterItemMonitor |
class |
AbstractMasterItemMonitor |
class |
AbstractNumericMonitor |
class |
AbstractVariantMonitor |
Constructor and Description |
---|
AbstractMonitorFactory(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
EventProcessor eventProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
BitMonitor |
Constructor and Description |
---|
BitMonitorFactory(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
EventProcessor eventProcessor,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker) |
Modifier and Type | Class and Description |
---|---|
class |
LevelMonitor |
Constructor and Description |
---|
LevelMonitorFactory(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
EventProcessor eventProcessor,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker) |
Modifier and Type | Class and Description |
---|---|
class |
ListMonitor |
Constructor and Description |
---|
ListMonitorFactory(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
EventProcessor eventProcessor,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker) |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteMonitor |
class |
RemoteBooleanAttributeAlarmMonitor |
class |
RemoteBooleanValueAlarmMonitor |
Constructor and Description |
---|
RemoteAttributeMonitorFactoryImpl(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
Executor executor,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor) |
RemoteValueMonitorFactoryImpl(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
Executor executor,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptMonitor |
Constructor and Description |
---|
ScriptMonitorFactory(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
EventProcessor eventProcessor,
ObjectPoolTracker<DataSource> dataSourcePoolTracker,
ObjectPoolTracker<MasterItem> masterItemPoolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
ObjectPoolImpl<MonitorService> monitorServicePool) |
Modifier and Type | Method and Description |
---|---|
protected void |
BundleMonitorQuery.handleAdded(MonitorService service) |
protected void |
BundleMonitorQuery.handleRemoved(MonitorService service) |
Constructor and Description |
---|
BundleMonitorQuery(Executor executor,
org.osgi.framework.BundleContext context,
ObjectPoolTracker<MonitorService> poolTracker) |
QueryServiceFactory(Executor executor,
org.osgi.framework.BundleContext context,
ObjectPoolTracker<MonitorService> poolTracker) |
Modifier and Type | Method and Description |
---|---|
protected void |
InfoService.handleRemoveMonitor(MonitorService service) |
protected void |
InfoService.triggerRemoveMonitor(MonitorService service) |
Constructor and Description |
---|
InfoService(org.osgi.framework.BundleContext context,
Executor executor,
ObjectPoolTracker<MonitorService> monitorPoolTracker,
ObjectPoolImpl<DataSource> dataSourcePool) |
InfoServiceFactory(org.osgi.framework.BundleContext context,
Executor executor,
ObjectPoolTracker<MonitorService> monitorPoolTracker,
ObjectPoolImpl<DataSource> dataSourcePool) |
Modifier and Type | Interface and Description |
---|---|
interface |
EventMonitor |
Modifier and Type | Class and Description |
---|---|
class |
EventMonitorImpl |
Constructor and Description |
---|
EventMonitorFactory(org.osgi.framework.BundleContext context,
Executor executor,
ObjectPoolImpl<MonitorService> servicePool,
EventProcessor eventProcessor) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.