public interface Connection extends Connection
Modifier and Type | Method and Description |
---|---|
void |
addFactoriesListener(FactoriesListener listener) |
NotifyFuture<Void> |
applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<ConfigurationInformation> |
getConfiguration(String factoryId,
String configurationId) |
NotifyFuture<FactoryInformation[]> |
getFactories() |
NotifyFuture<FactoryInformation> |
getFactoryWithData(String factoryId) |
void |
removeFactoriesListener(FactoriesListener listener) |
addConnectionStateListener, addPrivilegeListener, connect, connect, disconnect, dispose, getConnectionInformation, getPrivileges, getSessionProperties, getState, removeConnectionStateListener, removePrivilegeListener, setCallbackFactory
void addFactoriesListener(FactoriesListener listener)
void removeFactoriesListener(FactoriesListener listener)
NotifyFuture<FactoryInformation[]> getFactories()
NotifyFuture<FactoryInformation> getFactoryWithData(String factoryId)
NotifyFuture<ConfigurationInformation> getConfiguration(String factoryId, String configurationId)
NotifyFuture<Void> applyDiff(List<DiffEntry> changeSet, OperationParameters operationParameters, CallbackHandler callbackHandler)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.