Uses of Class
things.data.Receipt

Packages that use Receipt
things.data   
things.thinger.io.conduits   
things.thinger.io.conduits.basic   
things.thinger.kernel.basic   
things.thinger.service.command   
things.thinger.service.command.local   
things.thinger.service.local   
things.thinger.service.thing   
 

Uses of Receipt in things.data
 

Methods in things.data that return Receipt
 Receipt ReceiptList.first()
          Get the first receipt in the list or a blank receipt ( as created by the Receipt default constructor).
 Receipt ReceiptList.firstOk()
          Get the first receipt that is OK and TERMINAL.
 

Uses of Receipt in things.thinger.io.conduits
 

Methods in things.thinger.io.conduits that return Receipt
 Receipt PushDrain.postListener(Data n)
          Listen for a post.
 Receipt PullDrainContainer.postListener(Data n)
          Listen for a post.
 

Uses of Receipt in things.thinger.io.conduits.basic
 

Methods in things.thinger.io.conduits.basic that return Receipt
 Receipt BasicPullDrainContainer.postListener(Data n)
          Listen for a post.
 

Uses of Receipt in things.thinger.kernel.basic
 

Methods in things.thinger.kernel.basic that return Receipt
 Receipt KernelBasic_WriterLogger.postListener(Data n)
          Listen for a post.
 

Uses of Receipt in things.thinger.service.command
 

Methods in things.thinger.service.command that return Receipt
 Receipt CommandResponse.getFinalReceipt()
          Get the final receipt.
 Receipt Commander.issueCommand(Command commandToIssue)
          This will issue a command.
 

Methods in things.thinger.service.command that return types with arguments of type Receipt
 Entity<Receipt> CommandResponse.next()
          Get next available submission.
 Entity<Receipt> CommandResponse.waitResponse(int timeout)
          Wait for a submission and then get it.
 

Methods in things.thinger.service.command with parameters of type Receipt
 CommandResponse Commander.queryResponse(Receipt commandReceipt)
          Query the reponse progress a command.
 

Uses of Receipt in things.thinger.service.command.local
 

Methods in things.thinger.service.command.local that return Receipt
 Receipt LocalCommandResponse.getFinalReceipt()
          Get the final receipt.
 Receipt LocalCommander.issueCommand(Command commandToIssue)
          This will issue a command.
 Receipt LocalCommandService.postListener(Data n)
          Listen for a post.
 

Methods in things.thinger.service.command.local that return types with arguments of type Receipt
 Entity<Receipt> LocalCommandResponse.next()
          Get next available submission.
 Entity<Receipt> LocalCommandResponse.waitResponse(int timeout)
          Wait for a submission and then get it.
 

Methods in things.thinger.service.command.local with parameters of type Receipt
 CommandResponse LocalCommander.queryResponse(Receipt commandReceipt)
          Query the reponse progress a command.
 

Method parameters in things.thinger.service.command.local with type arguments of type Receipt
 void LocalCommandResponse.add(Entity<Receipt> responseItem)
          Add a response item.
 

Uses of Receipt in things.thinger.service.local
 

Methods in things.thinger.service.local with parameters of type Receipt
 java.lang.String CLIServiceTools.Responses.format(java.lang.String commandName, Receipt finalReceipt, java.lang.String text, java.lang.String additional)
          Format the response.
static java.lang.String CLIServiceTools.getCompleteResponse(CommandResponse.CompletionDisposition cd, java.lang.String commandName, Receipt finalReceipt, java.lang.String text, java.lang.String additional)
          Get a complete response string.
 

Uses of Receipt in things.thinger.service.thing
 

Methods in things.thinger.service.thing that return Receipt
 Receipt Thinger.issueThing(java.lang.String thingName, ThingsPropertyView localProperties)
          This will issue a thing.
 Receipt ThingService.postListener(Data n)
          Listen for a post.
 

Methods in things.thinger.service.thing with parameters of type Receipt
 void Thinger.dispose(Receipt thingReceipt)
          Dispose of a thing.
 RESULT Thinger.queryResult(Receipt thingReceipt)
          Query the RESULT for a thing.
 



Things.