Uses of Class
things.thinger.kernel.PCB

Packages that use PCB
things.thinger   
things.thinger.kernel   
things.thinger.kernel.basic   
 

Uses of PCB in things.thinger
 

Methods in things.thinger with parameters of type PCB
 void SystemSuperInterface.registerProcess(PCB processPCB, Clearance processClearance)
          Register a ready-made PCB.
 

Uses of PCB in things.thinger.kernel
 

Methods in things.thinger.kernel that return PCB
 PCB ProcessCoordinator.getProcess(java.lang.String id)
          Get a process by String ID.
 PCB ProcessCoordinator.getProcess(WhoAmI id)
          Get a process by WhoAmID.
 PCB ProcessCoordinator.getProcessOrganic(java.lang.String organicId)
          Get a process by its organic ID.
 PCB ProcessCoordinator.registerProcess(ThingsProcess aProcess, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties)
          Register process.
 

Methods in things.thinger.kernel that return types with arguments of type PCB
 java.util.Collection<PCB> ProcessCoordinator.getProcesses()
          Get the processes registered with the coordinator.
 

Methods in things.thinger.kernel with parameters of type PCB
 void ProcessCoordinator.registerProcess(PCB aPCB, Clearance processClearance)
          Register a process as a ready PCB.
 

Uses of PCB in things.thinger.kernel.basic
 

Methods in things.thinger.kernel.basic with parameters of type PCB
 void KernelBasic.registerProcess(PCB processPCB, Clearance processClearance)
          Register a ready-made PCB.
 



Things.