public class StorageImpl extends AbstractStorage
| Constructor and Description |
|---|
StorageImpl(JdbcStorageDao storage) |
| Modifier and Type | Method and Description |
|---|---|
|
deleteNode(java.lang.String nodeId) |
void |
dispose()
Dispose the service.
|
protected java.util.concurrent.Executor |
getExecutor()
Provide an executor for sending events
|
|
readNode(java.lang.String nodeId)
Get the data node
|
|
writeNode(DataNode node) |
attachListener, detachListener, fireUpdatepublic StorageImpl(JdbcStorageDao storage)
protected java.util.concurrent.Executor getExecutor()
AbstractStorageThis method is only called after the constructor is completed
getExecutor in class AbstractStoragenullpublic void dispose()
AbstractStorage
This method still needs a valid executor using AbstractStorage.getExecutor().
dispose in class AbstractStoragepublicreadNode(java.lang.String nodeId)
DataStorereadNode in interface DataStorereadNode in class AbstractStoragenodeId - the id of the node to getnull if the node does not exists.publicwriteNode(DataNode node)
publicdeleteNode(java.lang.String nodeId)
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