| Package | Description |
|---|---|
| org.eclipse.scada.da.core.server | |
| org.eclipse.scada.da.server.common.impl |
| Modifier and Type | Method and Description |
|---|---|
|
Hive.startWrite(Session session,
java.lang.String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
|
Hive.startWriteAttributes(Session session,
java.lang.String itemId,
java.util.Map<java.lang.String,Variant> attribute,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write attributes operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
void |
Hive.subscribeItem(Session session,
java.lang.String item)
Register to an item for event notification
|
void |
Hive.unsubscribeItem(Session session,
java.lang.String item)
Unregister from an an item for event notification
|
| Modifier and Type | Method and Description |
|---|---|
|
HiveCommon.startWrite(Session session,
java.lang.String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
|
HiveCommon.startWriteAttributes(Session session,
java.lang.String itemId,
java.util.Map<java.lang.String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
HiveCommon.subscribeItem(Session session,
java.lang.String itemId) |
void |
HiveCommon.unsubscribeItem(Session session,
java.lang.String itemId)
Unsubscribe a session from an item
|
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