Example #1
0
 @Override
 protected void shutDown() throws Exception {
   super.shutDown();
   process.destroy();
   process = null;
 }
Example #2
0
 @Override
 protected void startUp() throws Exception {
   exitCode = -1;
   process = startRuntimeProcess(data);
   super.startUp();
 }