| Package | Description |
|---|---|
| at.salzburgresearch.nodekeeper | |
| at.salzburgresearch.nodekeeper.handlers.impl |
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
NodeKeeper.getDataHandler(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
List<DataHandler> |
NodeKeeper.listDataHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeKeeper.addDataHandler(DataHandler dataHandler)
Adds a data handler that is used to read and write node data
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanHandler
A handler for Boolean type.
|
class |
IntegerHandler
A handler for Integer type
Author: Thomas Kurz (tkurz@apache.org)
|
class |
SerializableHandler
...
|
class |
StringDataHandler
A handler for String type
Author: Thomas Kurz (tkurz@apache.org)
|
Copyright © 2014. All Rights Reserved.