Class runWinCmd

java.lang.Object
  |
  +--runWinCmd

public class runWinCmd
extends java.lang.Object
implements RTIComponent


Field Summary
(package private)  java.lang.Process aProcess
           
(package private)  RTIContext ctx
           
(package private)  java.lang.String name
           
 
Constructor Summary
runWinCmd()
           
 
Method Summary
 void activated()
           
 void created()
           
 void deactivated()
           
 void removed()
           
 void setContext(RTIContext cnt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

aProcess

java.lang.Process aProcess

ctx

RTIContext ctx
Constructor Detail

runWinCmd

public runWinCmd()
Method Detail

setContext

public void setContext(RTIContext cnt)
Specified by:
setContext in interface RTIComponent

created

public void created()
Specified by:
created in interface RTIComponent

activated

public void activated()
Specified by:
activated in interface RTIComponent

deactivated

public void deactivated()
Specified by:
deactivated in interface RTIComponent

removed

public void removed()
Specified by:
removed in interface RTIComponent