Uses of Class
org.openscada.opc.lib.da.Item
Packages that use Item
-
Uses of Item in cn.mindit.atom.opc.da
Methods in cn.mindit.atom.opc.da that return Item -
Uses of Item in cn.mindit.atom.opc.da.util
Methods in cn.mindit.atom.opc.da.util with parameters of type ItemModifier and TypeMethodDescriptionstatic voidOpcDaUtils.showItemState(Item item, ItemState state) -
Uses of Item in org.openscada.opc.lib.da
Fields in org.openscada.opc.lib.da with type parameters of type ItemModifier and TypeFieldDescriptionAccessBase.itemCacheAccessBase.itemMapprotected Map<Item, DataCallback> AccessBase.itemsHolds the item to callback assignmentMethods in org.openscada.opc.lib.da that return ItemModifier and TypeMethodDescriptionAdd a single item.Group.findItemByClientHandle(int clientHandle) WriteRequest.getItem()protected ItemGroup.getItemByOPCItemId(String opcItemId) Methods in org.openscada.opc.lib.da that return types with arguments of type ItemModifier and TypeMethodDescriptionAdd new items to the groupAddFailedException.getItems()Get the map of item it to item objectGroup.write(WriteRequest... requests) Methods in org.openscada.opc.lib.da with parameters of type ItemModifier and TypeMethodDescriptionvoidprotected voidGroup.checkItems(Item[] items) protected Integer[]Group.getServerHandles(Item[] items) voidprotected voidAccessBase.updateItem(Item item, ItemState itemState) Constructors in org.openscada.opc.lib.da with parameters of type Item