SimpleSpace4J(String dirname) Initializes the SimpleSpace4J, initializes the Logger, recover the Space from disk if there is a snapshot saved
and reapply the commands to the Space.
Method Summary
public synchronized int
executeCommand(Command cmd) Execute a command and log it.
Parameters: cmd - The command to be executed and logged.