| Package | Description |
|---|---|
| org.eclipse.scada.da.server.common.item.factory |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Constructor and Description |
|---|
CommonItemFactory(Executor executor,
CommonItemFactory parentItemFactory,
String baseId,
String idDelimiter) |
DefaultChainItemFactory(CommonItemFactory parentFactory,
HiveCommon hive,
FolderCommon parentFolder,
String baseId,
String folderName) |
DefaultChainItemFactory(CommonItemFactory parentFactory,
HiveCommon hive,
FolderCommon parentFolder,
String baseId,
String folderName,
String idDelimiter) |
FolderItemFactory(CommonItemFactory parentFactory,
HiveCommon hive,
FolderCommon parentFolder,
String baseId,
String folderName) |
FolderItemFactory(CommonItemFactory parentFactory,
HiveCommon hive,
FolderCommon parentFolder,
String baseId,
String folderName,
String idDelimiter) |
HiveItemFactory(CommonItemFactory parentItemFactory,
HiveCommon hive,
String baseId,
String idDelimiter) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.