|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.kernel.PCB
public class PCB
A PROCESS CONTROL BLOCK.
This is a process container for the Kernel.
Version History
EPG - Initial - 13 FEB 06
Constructor Summary | |
---|---|
PCB(ThingsProcess process,
Clearance processClearance,
ThingsPropertyView localProperties,
ThingsPropertyViewReader configProperties)
Constructor. |
Method Summary | |
---|---|
static java.lang.String |
getCallerIdentityString()
Get the caller identity string. |
Clearance |
getClearance()
Get the clearance. |
java.lang.String |
getIdentityString()
Get the identity string. |
ThingsPropertyViewReader |
getMyConfigProperties()
Get the configuration properties for this process. |
ThingsPropertyView |
getMyLocalProperties()
Get the local properties for this process. |
ThingsProcess |
getProcess()
Get the resource. |
long |
getProcessNumericId()
Get the process numeric ID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PCB(ThingsProcess process, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties) throws SystemException
process
- The process to put under management.processClearance
- The process clearance.localProperties
- the local properties for the process.configProperties
- the read only configuration properties for the process.
SystemException
ProcessInterface
,
ThingsPropertyView
,
ThingsPropertyViewReader
Method Detail |
---|
public ThingsProcess getProcess()
public Clearance getClearance()
public long getProcessNumericId()
public java.lang.String getIdentityString()
public static java.lang.String getCallerIdentityString()
public ThingsPropertyView getMyLocalProperties()
ThingsPropertyView
public ThingsPropertyViewReader getMyConfigProperties()
ThingsPropertyViewReader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |