Uses of Interface
autohit.common.channels.Injector

Packages that use Injector
autohit.common   
autohit.common.channels   
autohit.server   
autohit.server.command   
autohit.server.invoker   
autohit.server.service   
autohit.vm   
 

Uses of Injector in autohit.common
 

Fields in autohit.common declared as Injector
 Injector AutohitLogInjectorWrapper.sinjector
           
 

Methods in autohit.common that return Injector
 Injector AutohitBasicLogManager.getRootInjector()
          Get the root injector.
 

Methods in autohit.common with parameters of type Injector
 void AutohitLogInjectorWrapper.init(java.lang.String senderID, Injector target)
          Default constructor.
 void AutohitBasicLogManager.addClient(Injector il, java.lang.String id)
          Add an injector to the client channel.
 

Uses of Injector in autohit.common.channels
 

Classes in autohit.common.channels that implement Injector
 class SimpleInjector
          A very simple injector.
 

Methods in autohit.common.channels that return Injector
 Injector SimpleChannel.getInjector(java.lang.String name)
          Get an injector by name
 Injector Channel.getInjector(java.lang.String name)
          Get an injector by name
 

Methods in autohit.common.channels with parameters of type Injector
 void SimpleChannel.register(java.lang.String name, Injector i)
          Register an injector
 void Channel.register(java.lang.String name, Injector i)
          Register an injector
 

Uses of Injector in autohit.server
 

Methods in autohit.server that return Injector
 Injector SystemContext.getEventDispatcher()
          Get event dispatcher injector
 Injector SimpleSystemContext.getEventDispatcher()
          Cheat.
 

Uses of Injector in autohit.server.command
 

Fields in autohit.server.command declared as Injector
 Injector Command.response
           
 Injector Command.target
           
 

Methods in autohit.server.command with parameters of type Injector
static java.util.Vector Command.createCommand(Universe univ, Injector resp, Injector targ, java.lang.String cobj, java.lang.String cmd, java.lang.Object dobj)
          Create a command list.
 

Constructors in autohit.server.command with parameters of type Injector
CommandAtom(Injector response)
          Set response injector constructor.
 

Uses of Injector in autohit.server.invoker
 

Methods in autohit.server.invoker with parameters of type Injector
 void SimTextCommand.init(SystemContext c, Injector control, Injector client)
          Initialize.
 

Uses of Injector in autohit.server.service
 

Methods in autohit.server.service with parameters of type Injector
 void HttpCommandHelper.init(java.net.Socket ins, AutohitLogInjectorWrapper logger, Injector cin, SimTextCommand c, HttpCommandService caller)
          Complete construction.
 

Uses of Injector in autohit.vm
 

Fields in autohit.vm declared as Injector
protected  Injector VM.rinjector
          Injector for response channel.
 

Methods in autohit.vm with parameters of type Injector
 void VM.init(Injector responseChannel, java.lang.String target)
          Complete initialization.
 



Test.