Uses of Class
things.thinger.kernel.ThingsProcess

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

Methods in things.thinger with parameters of type ThingsProcess
 WhoAmI SystemSuperInterface.startProcess(ThingsProcess processObject, ThingsPropertyView properties)
          Start the passed process.
 WhoAmI SystemSuperInterface.startProcess(ThingsProcess processObject, ThingsPropertyView properties, Clearance processClearance)
          Start the passed process.
 

Uses of ThingsProcess in things.thinger.kernel
 

Methods in things.thinger.kernel that return ThingsProcess
 ThingsProcess PCB.getProcess()
          Get the resource.
 

Methods in things.thinger.kernel with parameters of type ThingsProcess
 PCB ProcessCoordinator.registerProcess(ThingsProcess aProcess, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties)
          Register process.
 

Constructors in things.thinger.kernel with parameters of type ThingsProcess
PCB(ThingsProcess process, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties)
          Constructor.
 

Uses of ThingsProcess in things.thinger.kernel.basic
 

Subclasses of ThingsProcess in things.thinger.kernel.basic
 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 with parameters of type ThingsProcess
 WhoAmI KernelBasic.startProcess(ThingsProcess processObject, ThingsPropertyView properties)
          Start the passed process.
 WhoAmI KernelBasic.startProcess(ThingsProcess processObject, ThingsPropertyView properties, Clearance processClearance)
          Start the passed process.
 

Uses of ThingsProcess in things.thinger.service
 

Subclasses of ThingsProcess in things.thinger.service
 class Service
          Root service.
 

Uses of ThingsProcess in things.thinger.service.actor
 

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

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

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

Uses of ThingsProcess in things.thinger.service.httptool
 

Subclasses of ThingsProcess in things.thinger.service.httptool
 class HttpToolService
          The service implementation.
 class HttpToolServiceThread
          A specific thread.
 

Uses of ThingsProcess in things.thinger.service.local
 

Subclasses of ThingsProcess 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 ThingsProcess in things.thinger.service.proxy
 

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

Uses of ThingsProcess in things.thinger.service.thing
 

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



Things.