public class Connection extends Object
| Constructor and Description |
|---|
Connection(String id,
Hive hive,
Executor executor,
ConnectionConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected void |
handleDataUpdate(ASDUAddress commonAddress,
InformationObjectAddress objectAddress,
Value<?> value) |
protected void |
handleDisconnected() |
protected NotifyFuture<WriteResult> |
handleStartWriteValue(ASDUAddress commonAddress,
InformationObjectAddress objectAddress,
Variant value,
OperationParameters operationParameters) |
protected void |
handleStateChanged(AutoConnectClient.State state,
Throwable e) |
public Connection(String id, Hive hive, Executor executor, ConnectionConfiguration configuration)
protected void handleDisconnected()
protected void handleDataUpdate(ASDUAddress commonAddress, InformationObjectAddress objectAddress, Value<?> value)
protected NotifyFuture<WriteResult> handleStartWriteValue(ASDUAddress commonAddress, InformationObjectAddress objectAddress, Variant value, OperationParameters operationParameters)
protected void handleStateChanged(AutoConnectClient.State state, Throwable e)
public void dispose()
Copyright © 2014 Eclipse SCADA Project. All rights reserved.