public class Hub extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static File |
confHome
Config folder.
|
| Constructor and Description |
|---|
Hub() |
| Modifier and Type | Method and Description |
|---|---|
void |
setSerializer(MessageContentSerializer service)
Set the turtle parser.
|
void |
start(ModuleContext context)
To be called when application starts.
|
void |
stop()
To be called when application stops.
|
protected static File confHome
public void start(ModuleContext context) throws Exception
context - universAAL module contextException - If anything goes wrongpublic void stop()
throws Exception
Exceptionpublic void setSerializer(MessageContentSerializer service)
service - The parserCopyright © 2018 universAAL Consortium. All rights reserved.