示例#1
0
 public void restart() throws Exception {
   context.stop();
   context.start();
 }
示例#2
0
 public void stop() throws Exception {
   context.stop();
 }