Example #1
0
 @Command(exit = false)
 public void start() {
   server.start();
   db4oService.start();
 }
Example #2
0
 public void stop() {
   server.stop();
   db4oService.stop();
 }