Constructor and Description |
---|
MasterItemLogger(org.osgi.framework.BundleContext context,
ObjectPoolTracker<MasterItem> poolTracker,
int priority) |
Modifier and Type | Field and Description |
---|---|
protected MasterItem |
AbstractMasterItemMonitor.masterItem |
Constructor and Description |
---|
AbstractBooleanMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String factoryId,
String prefix,
String defaultMonitorType) |
AbstractDemotingMasterItemMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String factoryId,
String prefix,
String defaultMonitorType) |
AbstractMasterItemMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String factoryId,
String prefix,
String defaultMonitorType) |
AbstractNumericMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String factoryId,
String prefix,
String defaultMonitorType) |
AbstractVariantMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String factoryId,
String prefix,
String defaultMonitorType) |
Constructor and Description |
---|
BitMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String prefix,
String defaultMonitorType) |
BitMonitorFactory(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
EventProcessor eventProcessor,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker) |
Constructor and Description |
---|
LevelMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String prefix,
String defaultMonitorType) |
LevelMonitorFactory(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
EventProcessor eventProcessor,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker) |
Constructor and Description |
---|
ListMonitor(org.osgi.framework.BundleContext context,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
String prefix,
String defaultMonitorType) |
ListMonitorFactory(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
EventProcessor eventProcessor,
Executor executor,
com.google.common.collect.Interner<String> stringInterner,
ObjectPoolTracker<MasterItem> poolTracker) |
Constructor and Description |
---|
GenericRemoteMonitor(org.osgi.framework.BundleContext context,
Executor executor,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
String id,
EventProcessor eventProcessor) |
RemoteAttributeMonitorFactoryImpl(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
Executor executor,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor) |
RemoteBooleanAttributeAlarmMonitor(org.osgi.framework.BundleContext context,
Executor executor,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
int priority) |
RemoteBooleanValueAlarmMonitor(org.osgi.framework.BundleContext context,
Executor executor,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor,
String id,
int priority) |
RemoteValueMonitorFactoryImpl(org.osgi.framework.BundleContext context,
ManageableObjectPool<MonitorService> servicePool,
Executor executor,
ObjectPoolTracker<MasterItem> poolTracker,
EventProcessor eventProcessor) |
Constructor and Description |
---|
InjectMasterHandler(String configurationId,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
String prefix,
String factoryId) |
MultiMasterHandler(String configurationId,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
String prefix,
String factoryId) |
ScriptMonitor(String id,
String factoryId,
Executor executor,
org.osgi.framework.BundleContext context,
com.google.common.collect.Interner<String> stringInterner,
EventProcessor eventProcessor,
ObjectPoolTracker<DataSource> dataSourcePoolTracker,
ObjectPoolTracker<MasterItem> masterItemPoolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker) |
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 Collection<MasterItem> |
AbstractMasterHandlerImpl.getMasterItems()
Get an unmodifiable list of master items
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMasterHandlerImpl.addItem(MasterItem item) |
protected boolean |
AbstractMasterHandlerImpl.removeItem(MasterItem item) |
Constructor and Description |
---|
AbstractConfigurableMasterHandlerImpl(String configurationId,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
String prefix,
String factoryId) |
AbstractMasterHandlerImpl(ObjectPoolTracker<MasterItem> poolTracker) |
AbstractMasterHandlerImpl(ObjectPoolTracker<MasterItem> poolTracker,
int defaultPriority) |
Constructor and Description |
---|
AbstractCommonHandlerImpl(String configurationId,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
String prefix,
String factoryId) |
Constructor and Description |
---|
BlockHandlerFactoryImpl(org.osgi.framework.BundleContext context,
EventProcessor eventProcessor,
ObjectPoolTracker<MasterItem> poolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
int priority) |
BlockHandlerImpl(String configurationId,
EventProcessor eventProcessor,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker) |
Constructor and Description |
---|
ManualHandlerFactoryImpl(org.osgi.framework.BundleContext context,
EventProcessor eventProcessor,
ObjectPoolTracker<MasterItem> poolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
int priority) |
ManualHandlerImpl(String configurationId,
EventProcessor eventProcessor,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker) |
Constructor and Description |
---|
MarkerHandlerFactoryImpl(org.osgi.framework.BundleContext context,
EventProcessor eventProcessor,
ObjectPoolTracker<MasterItem> poolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
int priority) |
MarkerHandlerImpl(String configurationId,
EventProcessor eventProcessor,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker) |
Constructor and Description |
---|
NegateHandlerFactoryImpl(org.osgi.framework.BundleContext context,
ObjectPoolTracker<MasterItem> poolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
int priority) |
NegateHandlerImpl(String configurationId,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker) |
Constructor and Description |
---|
RoundHandlerFactoryImpl(org.osgi.framework.BundleContext context,
ObjectPoolTracker<MasterItem> poolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
int priority) |
RoundHandlerImpl(String configurationId,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker) |
Constructor and Description |
---|
ScaleHandlerFactoryImpl(org.osgi.framework.BundleContext context,
ObjectPoolTracker<MasterItem> poolTracker,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker,
int priority) |
ScaleHandlerImpl(String configurationId,
ObjectPoolTracker<MasterItem> poolTracker,
int priority,
org.osgi.util.tracker.ServiceTracker<ConfigurationAdministrator,ConfigurationAdministrator> caTracker) |
Constructor and Description |
---|
CommonSumHandler(ObjectPoolTracker<MasterItem> poolTracker) |
CommonSumHandlerFactoryImpl(org.osgi.framework.BundleContext context,
ObjectPoolTracker<MasterItem> poolTracker) |
Modifier and Type | Class and Description |
---|---|
class |
MasterItemImpl |
Constructor and Description |
---|
MapperHandlerFactoryImpl(org.osgi.framework.BundleContext context,
ObjectPoolTracker<MasterItem> poolTracker,
ObjectPoolTracker<ValueMapper> mapperPoolTracker,
int defaultPriority) |
MapperMasterHandler(String id,
ObjectPoolTracker<MasterItem> poolTracker,
ObjectPoolTracker<ValueMapper> mapperPoolTracker,
int defaultPriority) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.