public interface Connection extends Connection
addConnectionStateListener, addPrivilegeListener, connect, connect, disconnect, dispose, getConnectionInformation, getPrivileges, getSessionProperties, getState, removeConnectionStateListener, removePrivilegeListener, setCallbackFactory
void browse(Location location, BrowseOperationCallback callback)
location
- The path to browsecallback
- The callback that shall receive notifications of the operation@Deprecated void write(String itemId, Variant value, OperationParameters operationParameters, WriteOperationCallback callback)
startWrite(String, Variant, OperationParameters, CallbackHandler)
instead@Deprecated void writeAttributes(String itemId, Map<String,Variant> attributes, OperationParameters operationParameters, WriteAttributeOperationCallback callback)
startWriteAttributes(String, Map, OperationParameters, CallbackHandler)
insteadNotifyFuture<WriteResult> startWrite(String itemId, Variant value, OperationParameters operationParameters, CallbackHandler callbackHandler)
NotifyFuture<WriteAttributeResults> startWriteAttributes(String itemId, Map<String,Variant> attributes, OperationParameters operationParameters, CallbackHandler callbackHandler)
void subscribeFolder(Location location) throws NoConnectionException, OperationException
void unsubscribeFolder(Location location) throws NoConnectionException, OperationException
FolderListener setFolderListener(Location location, FolderListener listener)
location
- The location for which to set the listenerlistener
- The listener to setnull
if there was no
previous listenervoid subscribeItem(String itemId) throws NoConnectionException, OperationException
void unsubscribeItem(String itemId) throws NoConnectionException, OperationException
ItemUpdateListener setItemUpdateListener(String itemId, ItemUpdateListener listener)
itemId
- The item for which to set the listenerlistener
- The listener to setnull
if there was no
previous listenerScheduledExecutorService getExecutor()
null
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.