com.infoengine
Class Loader.StopChild

java.lang.Object
  extended bycom.infoengine.Loader.StopChild
All Implemented Interfaces:
Runnable
Enclosing class:
Loader

private class Loader.StopChild
extends Object
implements Runnable


Field Summary
(package private)  Process childProcess
           
(package private)  Runtime rt
           
 
Constructor Summary
(package private) Loader.StopChild(Process p, Runtime runtime)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childProcess

Process childProcess

rt

Runtime rt
Constructor Detail

Loader.StopChild

Loader.StopChild(Process p,
                 Runtime runtime)
Method Detail

run

public void run()
Specified by:
run in interface Runnable