Uses of Class
things.thinger.service.Service

Packages that use Service
things.thinger.kernel.basic   
things.thinger.service.actor   
things.thinger.service.command.local   
things.thinger.service.httptool   
things.thinger.service.local   
things.thinger.service.proxy   
things.thinger.service.thing   
 

Uses of Service in things.thinger.kernel.basic
 

Fields in things.thinger.kernel.basic with type parameters of type Service
protected  java.util.HashMap<java.lang.String,Service> KernelBasicBase.loadedServiceList
           
 

Uses of Service in things.thinger.service.actor
 

Subclasses of Service in things.thinger.service.actor
 class ActorService
          The actor service.
 

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

Subclasses of Service in things.thinger.service.command.local
 class LocalCommandService
          General command service.
 

Uses of Service in things.thinger.service.httptool
 

Subclasses of Service in things.thinger.service.httptool
 class HttpToolService
          The service implementation.
 

Uses of Service in things.thinger.service.local
 

Subclasses of Service in things.thinger.service.local
 class CLIBackbone
          A CLI Backbone.
 class CLIService
          A CLI Service.
 class ConsoleService
          A console service.
 class HttpCLIService
          A Http Service that will bridge to the CLIServer.
 

Uses of Service in things.thinger.service.proxy
 

Subclasses of Service in things.thinger.service.proxy
 class ProxyService
          The proxy service.
 

Uses of Service in things.thinger.service.thing
 

Subclasses of Service in things.thinger.service.thing
 class ThingService
          Thing execution service.
 



Things.