Uses of Interface
things.thinger.kernel.ControlInterface

Packages that use ControlInterface
things.thing   
things.thinger.kernel   
things.thinger.kernel.basic   
things.thinger.service   
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 ControlInterface in things.thing
 

Methods in things.thing with parameters of type ControlInterface
 void THING.init(SystemInterface si, ControlInterface ci, ExpressionInterface ei, ExpressionInterface parent)
          Initialize this THING.
 

Uses of ControlInterface in things.thinger.kernel
 

Classes in things.thinger.kernel that implement ControlInterface
 class ThingsProcess
          The abstract base class for all manageable processes.
 

Uses of ControlInterface in things.thinger.kernel.basic
 

Classes in things.thinger.kernel.basic that implement ControlInterface
 class KernalBasic_THINGProcessWrapper
          Things Process wrapper for THINGs.
 class KernelBasic
          Implements a system interface for the basic Kernel.
 class KernelBasicBase
          Implements underlying Kernel functionality.
 

Uses of ControlInterface in things.thinger.service
 

Classes in things.thinger.service that implement ControlInterface
 class Service
          Root service.
 

Uses of ControlInterface in things.thinger.service.actor
 

Classes in things.thinger.service.actor that implement ControlInterface
 class ActorService
          The actor service.
 

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

Classes in things.thinger.service.command.local that implement ControlInterface
 class LocalCommandService
          General command service.
 

Uses of ControlInterface in things.thinger.service.httptool
 

Classes in things.thinger.service.httptool that implement ControlInterface
 class HttpToolService
          The service implementation.
 class HttpToolServiceThread
          A specific thread.
 

Uses of ControlInterface in things.thinger.service.local
 

Classes in things.thinger.service.local that implement ControlInterface
 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 ControlInterface in things.thinger.service.proxy
 

Classes in things.thinger.service.proxy that implement ControlInterface
 class ProxyService
          The proxy service.
 

Uses of ControlInterface in things.thinger.service.thing
 

Classes in things.thinger.service.thing that implement ControlInterface
 class ThingService
          Thing execution service.
 



Things.