| Modifier and Type | Method and Description |
|---|---|
org.eclipse.scada.utils.concurrent.NotifyFuture<Void> |
applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
org.eclipse.scada.sec.callback.CallbackHandler callbackHandler) |
org.eclipse.scada.utils.concurrent.NotifyFuture<Configuration> |
getConfiguration(Session session,
String factoryId,
String configurationId) |
org.eclipse.scada.utils.concurrent.NotifyFuture<Configuration[]> |
getConfigurations(Session session,
String factoryId) |
org.eclipse.scada.utils.concurrent.NotifyFuture<FactoryWithData> |
getFactory(Session session,
String factoryId) |
org.eclipse.scada.utils.concurrent.NotifyFuture<Factory[]> |
getKnownFactories(Session session) |
closeSession, createSessionorg.eclipse.scada.utils.concurrent.NotifyFuture<Void> applyDiff(Session session, Collection<DiffEntry> changeSet, OperationParameters operationParameters, org.eclipse.scada.sec.callback.CallbackHandler callbackHandler) throws org.eclipse.scada.core.InvalidSessionException
org.eclipse.scada.core.InvalidSessionExceptionorg.eclipse.scada.utils.concurrent.NotifyFuture<FactoryWithData> getFactory(Session session, String factoryId) throws org.eclipse.scada.core.InvalidSessionException
org.eclipse.scada.core.InvalidSessionExceptionorg.eclipse.scada.utils.concurrent.NotifyFuture<Configuration[]> getConfigurations(Session session, String factoryId) throws org.eclipse.scada.core.InvalidSessionException
org.eclipse.scada.core.InvalidSessionExceptionorg.eclipse.scada.utils.concurrent.NotifyFuture<Factory[]> getKnownFactories(Session session) throws org.eclipse.scada.core.InvalidSessionException
org.eclipse.scada.core.InvalidSessionExceptionorg.eclipse.scada.utils.concurrent.NotifyFuture<Configuration> getConfiguration(Session session, String factoryId, String configurationId) throws org.eclipse.scada.core.InvalidSessionException
org.eclipse.scada.core.InvalidSessionException