Uses of Class
autohit.common.channels.Atom

Packages that use Atom
autohit.common   
autohit.common.channels   
autohit.server.command   
 

Uses of Atom in autohit.common
 

Methods in autohit.common with parameters of type Atom
 Receipt AutohitLogDrain.post(Atom a)
          Post an item Don't care about receipts
 

Uses of Atom in autohit.common.channels
 

Methods in autohit.common.channels that return Atom
 Atom SimpleInjector.defaultAtom()
          Instantiate a default atom for this kind of injector.
 Atom QueuedDrain.get()
          Get something from the queue.
 Atom QueuedDrain.block()
          Block until there is something in the queue.
 Atom Injector.defaultAtom()
          Instantiate a default atom for this kind of injector.
 

Methods in autohit.common.channels with parameters of type Atom
 Receipt SimpleInjector.post(Atom a)
          Post an item
 Receipt SimpleChannel.inject(Atom a)
          Typically called by an injector
 Receipt QueuedDrain.post(Atom a)
          Post an item
 Receipt Injector.post(Atom a)
          Post an item
 Receipt Drain.post(Atom a)
          Post an item
 Receipt Channel.inject(Atom a)
          Typically called by an injector
 

Uses of Atom in autohit.server.command
 

Subclasses of Atom in autohit.server.command
 class CommandAtom
          A command Atom.
 class CommandResponseAtom
          A command response Atom.
 



Test.