Uses of Interface
autohit.vm.VMProcess

Packages that use VMProcess
autohit.server   
autohit.vm   
 

Uses of VMProcess in autohit.server
 

Methods in autohit.server that return VMProcess
 VMProcess Kernel.get()
          Get a usable process.
 VMProcess Kernel.get(java.lang.String processImpl)
          Get a usable process.
 VMProcess Kernel.getProcess(int pid)
          Get a process by pid.
 VMProcess BasicBootstrap.runService(Service s)
          Run service
 

Uses of VMProcess in autohit.vm
 

Classes in autohit.vm that implement VMProcess
 class VMProcessAutomat
          A stand alone VM process context.
 

Fields in autohit.vm declared as VMProcess
 VMProcess VM.process
           
 

Methods in autohit.vm with parameters of type VMProcess
 void VM.attach(VMProcess vmp)
          Attach VM to it's owning process.
 



Test.