@Command(exit = false) public void start() { server.start(); db4oService.start(); }
public void stop() { server.stop(); db4oService.stop(); }