public interface DataStore
| Modifier and Type | Method and Description |
|---|---|
void |
attachListener(java.lang.String nodeId,
DataListener listener)
Attach a listener to a data node
|
|
deleteNode(java.lang.String nodeId) |
void |
detachListener(java.lang.String nodeId,
DataListener listener) |
|
readNode(java.lang.String nodeId)
Get the data node
|
|
writeNode(DataNode node) |
void attachListener(java.lang.String nodeId,
DataListener listener)
The listener is called with the current status of the node when attaching.
nodeId - the node id to attach tolistener - the listener that will receive eventsvoid detachListener(java.lang.String nodeId,
DataListener listener)
deleteNode(java.lang.String nodeId)
writeNode(DataNode node)
readNode(java.lang.String nodeId)
nodeId - the id of the node to getnull if the node does not exists.
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