com.francetelecom.tr157.gen
Class Process

java.lang.Object
  extended by com.francetelecom.tr157.gen.Process

public class Process
extends java.lang.Object

Class Process.

Author:
OrangeLabs R&D

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

Process

public Process(IParameterData pData,
               java.lang.String pBasePath)
Default constructor.

Parameters:
pData - data model
pBasePath - base path of attribute
pPersist - persistence
Method Detail

getData

public final IParameterData getData()
Get the data.

Returns:
the data

getBasePath

public final java.lang.String getBasePath()
Get the basePath.

Returns:
the basePath

initialize

public void initialize()
                throws Fault
Initialiser.

Throws:
Fault

getParamCommand

public final Parameter getParamCommand()
Getter method of Command.

Returns:
_Command

createCommand

public final Parameter createCommand()
                              throws Fault
Create the parameter Command

Returns:
Command
Throws:
Fault - exception

getParamState

public final Parameter getParamState()
Getter method of State.

Returns:
_State

createState

public final Parameter createState()
                            throws Fault
Create the parameter State

Returns:
State
Throws:
Fault - exception

getParamPID

public final Parameter getParamPID()
Getter method of PID.

Returns:
_PID

createPID

public final Parameter createPID()
                          throws Fault
Create the parameter PID

Returns:
PID
Throws:
Fault - exception

getParamCPUTime

public final Parameter getParamCPUTime()
Getter method of CPUTime.

Returns:
_CPUTime

createCPUTime

public final Parameter createCPUTime()
                              throws Fault
Create the parameter CPUTime

Returns:
CPUTime
Throws:
Fault - exception

getParamPriority

public final Parameter getParamPriority()
Getter method of Priority.

Returns:
_Priority

createPriority

public final Parameter createPriority()
                               throws Fault
Create the parameter Priority

Returns:
Priority
Throws:
Fault - exception

getParamSize

public final Parameter getParamSize()
Getter method of Size.

Returns:
_Size

createSize

public final Parameter createSize()
                           throws Fault
Create the parameter Size

Returns:
Size
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.