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