Uses of Class
autohit.vm.VM

Packages that use VM
autohit.server.service   
autohit.vm   
 

Uses of VM in autohit.server.service
 

Subclasses of VM in autohit.server.service
 class CLIService
          This as an interactive, STDIO based CLI.
 class CommandService
          Command service.
 class HttpCommandService
          This is a socket relay service.
 class Service
          Root service.
 class SocketRelayService
          This is a socket relay service.
 

Uses of VM in autohit.vm
 

Subclasses of VM in autohit.vm
 class SimVM
          A VM for a Sim.
 

Fields in autohit.vm declared as VM
protected  VM VMProcessAutomat.rVM
          A runnable VM.
 

Methods in autohit.vm with parameters of type VM
 boolean VMProcessAutomat.execute(VM aVM)
          Load and Execute a VM.
 boolean VMProcess.execute(VM aVM)
          Load and Execute a VM.
 



Test.