Uses of Class
things.thinger.service.command.CommandResponse.CompletionDisposition

Packages that use CommandResponse.CompletionDisposition
things.thinger.service.command   
things.thinger.service.command.local   
things.thinger.service.local   
 

Uses of CommandResponse.CompletionDisposition in things.thinger.service.command
 

Methods in things.thinger.service.command that return CommandResponse.CompletionDisposition
 CommandResponse.CompletionDisposition CommandResponse.validateCompletion(boolean throwReason)
          Assuming the response is done, was the reponse well formed per the scheme?
static CommandResponse.CompletionDisposition CommandResponse.CompletionDisposition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommandResponse.CompletionDisposition[] CommandResponse.CompletionDisposition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CommandResponse.CompletionDisposition in things.thinger.service.command.local
 

Methods in things.thinger.service.command.local that return CommandResponse.CompletionDisposition
 CommandResponse.CompletionDisposition LocalCommandResponse.validateCompletion(boolean throwReason)
          Assuming the response is done, was the reponse well formed per the scheme?
 

Uses of CommandResponse.CompletionDisposition in things.thinger.service.local
 

Methods in things.thinger.service.local with parameters of type CommandResponse.CompletionDisposition
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.
static CLIServiceTools.Responses CLIServiceTools.getResponse(CommandResponse.CompletionDisposition cd)
          Get the appropriate response given the disposition.
 



Things.