| Modifier and Type | Method and Description |
|---|---|
HiveBrowser |
getBrowser() |
|
startWrite(Session session,
java.lang.String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
|
startWriteAttributes(Session session,
java.lang.String itemId,
java.util.Map<java.lang.String,Variant> attribute,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write attributes operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
void |
subscribeItem(Session session,
java.lang.String item)
Register to an item for event notification
|
void |
unsubscribeItem(Session session,
java.lang.String item)
Unregister from an an item for event notification
|
closeSession, createSessionvoid subscribeItem(Session session, java.lang.String item) throws InvalidSessionException, InvalidItemException
session - the session to useitem - the item to register forinitial - trigger an initial cache read with the registrationInvalidSessionException - In the case the session is not a valid sessionInvalidItemException - In the case the item is not validvoid unsubscribeItem(Session session, java.lang.String item) throws InvalidSessionException, InvalidItemException
session - the session to useitem - InvalidSessionException - In the case the session is not a valid sessionInvalidItemException - In the case the item is not validstartWrite(Session session, java.lang.String itemId, Variant value, OperationParameters operationParameters, CallbackHandler callbackHandler) throws InvalidSessionException, InvalidItemException, PermissionDeniedException
#thawOperation(Session, long)
is called.session - the session to useitemId - The item to write tovalue - The value to writeoperationParameters - additional parameters to the write request, can be
nullcallbackHandler - can be nullInvalidSessionException - In the case the session is not a valid sessionInvalidItemException - In the case the item is not validPermissionDeniedException - if the user has no permission to perform this operationstartWriteAttributes(Session session, java.lang.String itemId, java.util.Map<java.lang.String,Variant> attribute, OperationParameters operationParameters, CallbackHandler callbackHandler) throws InvalidSessionException, InvalidItemException, PermissionDeniedException
#thawOperation(Session, long)
is called.session - the session to useitemId - The item to write toattribute - The attributes to writeoperationParameters - additional parameters to the write request, can be
nullInvalidSessionException - In the case the session is not a valid sessionInvalidItemException - In the case the item is not validPermissionDeniedException - if the user has no permission to perform this operationHiveBrowser getBrowser()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0