|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.francetelecom.tr157.gen.Process
public class Process
Class Process.
| Constructor Summary | |
|---|---|
Process(IParameterData pData,
java.lang.String pBasePath)
Default constructor. |
|
| Method Summary | |
|---|---|
Parameter |
createCommand()
Create the parameter Command |
Parameter |
createCPUTime()
Create the parameter CPUTime |
Parameter |
createPID()
Create the parameter PID |
Parameter |
createPriority()
Create the parameter Priority |
Parameter |
createSize()
Create the parameter Size |
Parameter |
createState()
Create the parameter State |
java.lang.String |
getBasePath()
Get the basePath. |
IParameterData |
getData()
Get the data. |
Parameter |
getParamCommand()
Getter method of Command. |
Parameter |
getParamCPUTime()
Getter method of CPUTime. |
Parameter |
getParamPID()
Getter method of PID. |
Parameter |
getParamPriority()
Getter method of Priority. |
Parameter |
getParamSize()
Getter method of Size. |
Parameter |
getParamState()
Getter method of State. |
void |
initialize()
Initialiser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Process(IParameterData pData,
java.lang.String pBasePath)
pData - data modelpBasePath - base path of attributepPersist - persistence| Method Detail |
|---|
public final IParameterData getData()
public final java.lang.String getBasePath()
public void initialize()
throws Fault
Faultpublic final Parameter getParamCommand()
public final Parameter createCommand()
throws Fault
Fault - exceptionpublic final Parameter getParamState()
public final Parameter createState()
throws Fault
Fault - exceptionpublic final Parameter getParamPID()
public final Parameter createPID()
throws Fault
Fault - exceptionpublic final Parameter getParamCPUTime()
public final Parameter createCPUTime()
throws Fault
Fault - exceptionpublic final Parameter getParamPriority()
public final Parameter createPriority()
throws Fault
Fault - exceptionpublic final Parameter getParamSize()
public final Parameter createSize()
throws Fault
Fault - exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||