org.space4j |
|
Java Source File Name | Type | Comment |
Command.java | Class | A command representing an update to the Space4J database of objects in RAM.
All clients must alter the Space through a Command, so they can be logged and reapplied later. |
CommandException.java | Class | This exception may be thrown when there is a problem while executing a Command. |
Logger.java | Interface | |
LoggerException.java | Class | This exception may be thrown when there was a problem with a Logger operation. |
Space.java | Interface | |
Space4J.java | Interface | Our database of objects in RAM. |