Uses of Interface
things.thinger.kernel.ProcessInterface

Packages that use ProcessInterface
things.thinger   
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 ProcessInterface in things.thinger
 

Methods in things.thinger that return ProcessInterface
 ProcessInterface SystemInterface.getProcessInterface(java.lang.String id)
          Get a process interface.
 

Uses of ProcessInterface in things.thinger.kernel
 

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

Uses of ProcessInterface in things.thinger.kernel.basic
 

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

Methods in things.thinger.kernel.basic that return ProcessInterface
 ProcessInterface KernelBasic.getProcessInterface(java.lang.String id)
          Get a process interface.
 

Uses of ProcessInterface in things.thinger.service
 

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

Uses of ProcessInterface in things.thinger.service.actor
 

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

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

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

Uses of ProcessInterface in things.thinger.service.httptool
 

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

Uses of ProcessInterface in things.thinger.service.local
 

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

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

Uses of ProcessInterface in things.thinger.service.thing
 

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



Things.