public interface ProxyWriteHandler
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.lang.String itemId,
Variant value,
OperationParameters operationParameters)
Write a value to the currently active connection
|
void |
writeAttributes(java.lang.String itemId,
java.util.Map<java.lang.String,Variant> attributes,
WriteAttributeResults writeAttributeResults,
OperationParameters operationParameters)
Write attributes to the currently active connection
|
void write(java.lang.String itemId,
Variant value,
OperationParameters operationParameters)
throws NoConnectionException,
OperationException
itemId - the item id of the local proxy item to write tovalue - the value to write tooperationParameters - NoConnectionExceptionOperationExceptionvoid writeAttributes(java.lang.String itemId,
java.util.Map<java.lang.String,Variant> attributes,
WriteAttributeResults writeAttributeResults,
OperationParameters operationParameters)
itemId - the item id of the local proxy item to write toattributes - the attributes to writewriteAttributeResults - the result set that must be filled by the implementor
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