Uses of Class
autohit.common.channels.Receipt

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

Uses of Receipt in autohit.common
 

Methods in autohit.common that return Receipt
 Receipt AutohitLogDrain.post(Atom a)
          Post an item Don't care about receipts
 

Uses of Receipt in autohit.common.channels
 

Subclasses of Receipt in autohit.common.channels
 class QueueReceipt
          An receipt
 

Methods in autohit.common.channels that return Receipt
 Receipt SimpleInjector.post(Atom a)
          Post an item
 Receipt SimpleInjector.defaultPost(int numeric, java.lang.Object o)
          Post a a default item.
 Receipt SimpleChannel.inject(Atom a)
          Typically called by an injector
 Receipt SimpleChannel.requestLevel(java.lang.String name, int level)
          Request priority level for named Drain
 Receipt SimpleChannel.removeLevel(java.lang.String name, int level)
          Remove level for named Drain
 Receipt SimpleChannel.requestType(java.lang.String name, int type)
          Request type
 Receipt SimpleChannel.removeType(java.lang.String name, int type)
          Request type
 Receipt SimpleChannel.setExclusive(java.lang.String name)
          Set exclusive
 Receipt SimpleChannel.removeExclusive(java.lang.String name)
          Remove exclusive
 Receipt QueuedDrain.post(Atom a)
          Post an item
 Receipt Injector.post(Atom a)
          Post an item
 Receipt Injector.defaultPost(int numeric, java.lang.Object o)
          Post a a default item.
 Receipt Drain.post(Atom a)
          Post an item
 Receipt Channel.inject(Atom a)
          Typically called by an injector
 Receipt Channel.requestLevel(java.lang.String name, int level)
          Request level for named Drain
 Receipt Channel.removeLevel(java.lang.String name, int level)
          Remove level for named Drain
 Receipt Channel.requestType(java.lang.String name, int type)
          Request type
 Receipt Channel.removeType(java.lang.String name, int type)
          Request type
 Receipt Channel.setExclusive(java.lang.String name)
          Set exclusive
 Receipt Channel.removeExclusive(java.lang.String name)
          Remove exclusive
 

Uses of Receipt in autohit.server.command
 

Fields in autohit.server.command declared as Receipt
 Receipt CommandResponseAtom.rr
          Receipt (optional)
 

Methods in autohit.server.command that return Receipt
 Receipt Command.call(SystemContext c, java.util.Vector cl)
          Execute the command.
 

Methods in autohit.server.command with parameters of type Receipt
 void Command.respond(java.lang.String info, int code, Receipt rr)
          Send response.
 void Command.sendTarget(java.lang.String info, int code, Receipt rr)
          Send target.
 

Constructors in autohit.server.command with parameters of type Receipt
CommandResponseAtom(int n, java.lang.String text, int p, int sourceCommandID, Receipt r)
          Use this constructor, as it is the most convenient
 



Test.