Uses of Interface
things.thinger.service.command.CommandRegistry

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

Uses of CommandRegistry in things.thinger.service.command
 

Methods in things.thinger.service.command that return CommandRegistry
 CommandRegistry CommandRegistry.getGlobalRegistry()
          Get the generic global registry.
 

Constructors in things.thinger.service.command with parameters of type CommandRegistry
Command(CommandRegistry imposedRegistry)
          Default constructor.
 

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

Classes in things.thinger.service.command.local that implement CommandRegistry
 class LocalCommandRegistry
          A local Command Registry.
 

Methods in things.thinger.service.command.local that return CommandRegistry
 CommandRegistry LocalCommandRegistry.getGlobalRegistry()
          Get the generic global registry.
static CommandRegistry LocalCommandRegistry.getGlobalRegistryStatic()
          Get the generic global registry.
 



Things.