Package | Description |
---|---|
org.eclipse.scada.ca.server | |
org.eclipse.scada.ca.server.osgi |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Service.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<Configuration> |
Service.getConfiguration(Session session,
String factoryId,
String configurationId) |
NotifyFuture<Configuration[]> |
Service.getConfigurations(Session session,
String factoryId) |
NotifyFuture<FactoryWithData> |
Service.getFactory(Session session,
String factoryId) |
NotifyFuture<Factory[]> |
Service.getKnownFactories(Session session) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ServiceImpl.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<Configuration> |
ServiceImpl.getConfiguration(Session session,
String factoryId,
String configurationId) |
NotifyFuture<Configuration[]> |
ServiceImpl.getConfigurations(Session session,
String factoryId) |
NotifyFuture<FactoryWithData> |
ServiceImpl.getFactory(Session session,
String factoryId) |
NotifyFuture<Factory[]> |
ServiceImpl.getKnownFactories(Session session) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.