Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 66e70fce75 [New] Implemented StrolchTransaction.addCommand(), Command.undo()
Commands are now supposed to be added to the StrolchTransaction so that
when a TX is committed, the commands are first verified and then
Command.doCommand() is called.

But most important of all, in case of an exception, Command.undo() is
called so that each Command can properly undo its changes so that also
in memory changes are rolled back.
2014-02-26 20:43:26 +01:00
src [New] Implemented StrolchTransaction.addCommand(), Command.undo() 2014-02-26 20:43:26 +01:00
.gitignore [Minor] cleaned up .gitignore 2013-10-28 18:58:31 +01:00
LICENSE [Project] Changed all licence references to Apache License 2.0 2013-12-15 13:10:24 +01:00
README.md [Project] added Jenkins build badge to README.md 2014-01-23 22:52:31 +01:00
pom.xml [New] added version info metadata to agent 2014-01-23 22:00:22 +01:00

README.md

li.strolch.agent

Build Status

The Strolch Agent which is the runtime for Strolch