public interface Service extends Service<Session>
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<Configuration> |
getConfiguration(Session session,
String factoryId,
String configurationId) |
NotifyFuture<Configuration[]> |
getConfigurations(Session session,
String factoryId) |
NotifyFuture<FactoryWithData> |
getFactory(Session session,
String factoryId) |
NotifyFuture<Factory[]> |
getKnownFactories(Session session) |
closeSession, createSession
start, stop
NotifyFuture<Void> applyDiff(Session session, Collection<DiffEntry> changeSet, OperationParameters operationParameters, CallbackHandler callbackHandler) throws InvalidSessionException
InvalidSessionException
NotifyFuture<FactoryWithData> getFactory(Session session, String factoryId) throws InvalidSessionException
InvalidSessionException
NotifyFuture<Configuration[]> getConfigurations(Session session, String factoryId) throws InvalidSessionException
InvalidSessionException
NotifyFuture<Factory[]> getKnownFactories(Session session) throws InvalidSessionException
InvalidSessionException
NotifyFuture<Configuration> getConfiguration(Session session, String factoryId, String configurationId) throws InvalidSessionException
InvalidSessionException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.