| Package | Description |
|---|---|
| org.eclipse.scada.da.server.common.exporter | |
| org.eclipse.scada.da.server.common.item.factory | |
| org.eclipse.scada.da.server.common.osgi.factory |
| Modifier and Type | Field and Description |
|---|---|
protected ItemFactory |
AbstractObjectExporter.factory |
| Constructor and Description |
|---|
AbstractObjectExporter(ItemFactory itemFactory,
boolean readOnly,
boolean nullIsError,
java.lang.String prefix)
Create a new object factory
|
ObjectExporter(ItemFactory itemFactory)
Create a new object exporter
|
ObjectExporter(ItemFactory itemFactory,
boolean readOnly,
boolean nullIsError)
Create a new object exporter
|
ObjectExporter(ItemFactory itemFactory,
boolean readOnly,
boolean nullIsError,
java.lang.String prefix)
Create a new object exporter
|
StaticObjectExporter(ItemFactory itemFactory,
java.lang.Class<T> modelClazz,
boolean readOnly,
boolean nullIsError) |
StaticObjectExporter(ItemFactory itemFactory,
java.lang.Class<T> modelClazz,
boolean readOnly,
boolean nullIsError,
java.lang.String prefix)
Create a new static object exporter
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonItemFactory
This item factory only creates the items but does not register them anywhere
|
class |
DefaultChainItemFactory
An item factory with a default chain of item entries
|
class |
FolderItemFactory |
class |
HiveItemFactory
This item factory creates the items and registers them in the hive
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonItemFactory.addSubFactory(ItemFactory itemFactory) |
boolean |
CommonItemFactory.removeSubFactory(ItemFactory itemFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataItemFactory |
class |
ObjectPoolDataItemFactory |
| Constructor and Description |
|---|
SimpleObjectExporter(java.lang.Class<? extends T> objectClass,
ItemFactory factory,
java.lang.String prefix) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0