|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ifeth.sehr.lib.Module
org.ifeth.sehr.lib.SEHRObjectHandler
Default handler for SEHR Data Objects.
SEHR Data Objects are containers storing a data object and a class (handler)
to process the data. There are some more fields holding informations
like creation, source, access rights etc.
This is a default handler that is loaded to handle very basic use-cases
on SEHR Data Objects.
Constructor Summary | |
SEHRObjectHandler()
|
Method Summary | |
void |
initialize(java.lang.Object o,
SEHRCfg cfg)
Used to initialize the object handler |
void |
run()
Used to start the object handler |
void |
terminate()
Used to terminate the object handler |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SEHRObjectHandler()
Method Detail |
public void initialize(java.lang.Object o, SEHRCfg cfg)
ModuleInterface
initialize
in interface ModuleInterface
initialize
in class Module
public void run()
ModuleInterface
run
in interface ModuleInterface
run
in class Module
public void terminate()
ModuleInterface
terminate
in interface ModuleInterface
terminate
in class Module
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |