public interface Service extends Service<Session>
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
acknowledge(Session session,
String conditionId,
Date aknTimestamp,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Query |
createQuery(Session session,
String queryType,
String queryData,
QueryListener listener) |
void |
subscribeConditionQuery(Session session,
String queryId) |
void |
subscribeEventQuery(Session session,
String queryId) |
void |
unsubscribeConditionQuery(Session session,
String queryId) |
void |
unsubscribeEventQuery(Session session,
String queryId) |
closeSession, createSession
start, stop
void subscribeEventQuery(Session session, String queryId) throws InvalidSessionException, UnknownQueryException
void unsubscribeEventQuery(Session session, String queryId) throws InvalidSessionException
InvalidSessionException
Query createQuery(Session session, String queryType, String queryData, QueryListener listener) throws InvalidSessionException
InvalidSessionException
void subscribeConditionQuery(Session session, String queryId) throws InvalidSessionException, UnknownQueryException
void unsubscribeConditionQuery(Session session, String queryId) throws InvalidSessionException
InvalidSessionException
NotifyFuture<Void> acknowledge(Session session, String conditionId, Date aknTimestamp, OperationParameters operationParameters, CallbackHandler callbackHandler) throws InvalidSessionException
InvalidSessionException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.