Uses of Class
things.thinger.service.command.CommandDefinition

Packages that use CommandDefinition
things.thinger.service.command   
things.thinger.service.command.local   
 

Uses of CommandDefinition in things.thinger.service.command
 

Methods in things.thinger.service.command that return CommandDefinition
 CommandDefinition CommandRegistry.get(java.lang.String name)
          Get a command.
 CommandDefinition Command.getDefinition()
          Get the command definition.
 

Methods in things.thinger.service.command with parameters of type CommandDefinition
static void Command.checkDataForm(AttributeReader attributes, Command.CheckType type, CommandDefinition definition)
          Validate data for occurence and type.
static void Command.checkRequiredData(AttributeReader attributes, Command.CheckType type, CommandDefinition definition)
          Validate data for required items.
 void CommandRegistry.register(java.lang.String name, CommandDefinition command)
          Register a command.
 

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

Methods in things.thinger.service.command.local that return CommandDefinition
 CommandDefinition LocalCommandRegistry.get(java.lang.String name)
          Get a command.
 

Methods in things.thinger.service.command.local with parameters of type CommandDefinition
 void LocalCommandRegistry.register(java.lang.String name, CommandDefinition command)
          Register a command.
 

Constructors in things.thinger.service.command.local with parameters of type CommandDefinition
LocalCommandResponse(CommandDefinition originalCommandDefinition, LocalCommander commander)
          The Local command response.
 



Things.