Exemplo n.º 1
0
 public void restart() throws Exception {
   context.stop();
   context.start();
 }
Exemplo n.º 2
0
 public void stop() throws Exception {
   context.stop();
 }