public interface Connection extends Connection
| Modifier and Type | Method and Description |
|---|---|
void |
addFactoriesListener(FactoriesListener listener) |
org.eclipse.scada.utils.concurrent.NotifyFuture<Void> |
applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
org.eclipse.scada.sec.callback.CallbackHandler callbackHandler) |
org.eclipse.scada.utils.concurrent.NotifyFuture<ConfigurationInformation> |
getConfiguration(String factoryId,
String configurationId) |
org.eclipse.scada.utils.concurrent.NotifyFuture<FactoryInformation[]> |
getFactories() |
org.eclipse.scada.utils.concurrent.NotifyFuture<FactoryInformation> |
getFactoryWithData(String factoryId) |
void |
removeFactoriesListener(FactoriesListener listener) |
addConnectionStateListener, addPrivilegeListener, connect, connect, disconnect, dispose, getConnectionInformation, getPrivileges, getSessionProperties, getState, removeConnectionStateListener, removePrivilegeListener, setCallbackFactoryvoid addFactoriesListener(FactoriesListener listener)
void removeFactoriesListener(FactoriesListener listener)
org.eclipse.scada.utils.concurrent.NotifyFuture<FactoryInformation[]> getFactories()
org.eclipse.scada.utils.concurrent.NotifyFuture<FactoryInformation> getFactoryWithData(String factoryId)
org.eclipse.scada.utils.concurrent.NotifyFuture<ConfigurationInformation> getConfiguration(String factoryId, String configurationId)
org.eclipse.scada.utils.concurrent.NotifyFuture<Void> applyDiff(List<DiffEntry> changeSet, OperationParameters operationParameters, org.eclipse.scada.sec.callback.CallbackHandler callbackHandler)