A C D E G H I K L M N O P R S T V 

S

sendRequest(String, int, String, String, String, String, boolean) - Method in class pdp.compileplatform.frontend.RequestHandler
post a request on the server sending request.
sendRequest(String, int, String, String, String, String, boolean) - Method in interface pdp.compileplatform.frontend.RequestHandlerInterface
submits a compilation, interpretation or compilation + execution to the server
sendRequest(String, int, String, String, String, String, boolean) - Method in class pdp.compileplatform.frontend.RequestListener
submits a compilation, interpretation or compilation + execution to the server
sendRequest(String, int, String, String, String, String, boolean) - Method in interface pdp.compileplatform.frontend.RequestListenerInterface
web method to submit a compilation, interpretation or compilation + execution to the server
SendRequestRet - Class in pdp.compileplatform.frontend
This class represents objects returned to a client call to the web method sendRequest , it's a JavaBean to allow its creation by the JAX-WS API
SendRequestRet() - Constructor for class pdp.compileplatform.frontend.SendRequestRet
Constructs an empty SendRequestRet object
SendRequestRet(InfoKey, int) - Constructor for class pdp.compileplatform.frontend.SendRequestRet
Constructs a SendRequestRet object
sessionCleanerTime - Variable in class pdp.compileplatform.frontend.CmdLineParser
 
sessionMaxInactivity - Variable in class pdp.compileplatform.frontend.CmdLineParser
 
setCmdArg(String) - Method in class pdp.compileplatform.session.TaskParameters
Change the arguments to give at the execution of the task by the one given in parameters
setCmdArg(String) - Method in interface pdp.compileplatform.session.TaskParametersInterface
Change the arguments to give at the execution of the task by the one given in parameters
setCode(int) - Method in class pdp.compileplatform.frontend.InfoKey
set the code for this information object
setCompiler(String) - Method in class pdp.compileplatform.frontend.Lang
set the compiler for this language
setDescription(String) - Method in class pdp.compileplatform.frontend.InfoKey
set the description for this information object
setExecutionTime(double) - Method in class pdp.compileplatform.execution.TaskExecutor
Set execution duration for a container
setExecutionTime(double) - Method in interface pdp.compileplatform.execution.TaskExecutorInterface
Set the execution duration
setIdLang(int) - Method in class pdp.compileplatform.frontend.Lang
set the identifier for this language
setLangName(String) - Method in class pdp.compileplatform.frontend.Lang
set the name of this language
setLanguages(Lang[]) - Method in class pdp.compileplatform.frontend.GetLanguagesRet
set the languages for this GetLanguagesRet object
setMaxClientInactivityDuration(int) - Method in class pdp.compileplatform.session.ClientsManager
Change the amount of time from which a client is considered as inactive
setMaxClientInactivityDuration(int) - Method in interface pdp.compileplatform.session.ClientsManagerInterface
Change the amount of time from which a client is considered as inactive
setMaxTaskInactivityDuration(int) - Method in class pdp.compileplatform.session.ClientsManager
Change the amount of time from which a task is considered as too old
setMaxTaskInactivityDuration(int) - Method in interface pdp.compileplatform.session.ClientsManagerInterface
Change the amount of time from which a task is considered as too old
setMemLimit(String) - Method in class pdp.compileplatform.execution.TaskExecutor
Set memory limit for a container
setMemLimit(String) - Method in interface pdp.compileplatform.execution.TaskExecutorInterface
Set the memory limit of the executor
setReference(int) - Method in class pdp.compileplatform.frontend.SendRequestRet
set the task's reference of this SendRequestRet object
setResult(InfoKey) - Method in class pdp.compileplatform.frontend.GetDetailsRet
set the result code of this GetDetailsRet object
setResult(InfoKey) - Method in class pdp.compileplatform.frontend.GetStatusRet
set the result for this GetStatusRet object
setResult(EnumResult) - Method in class pdp.compileplatform.session.TaskResults
Change the EnumResult with the one given in parameter
setResult(EnumResult) - Method in interface pdp.compileplatform.session.TaskResultsInterface
Change the EnumResult with the one given in parameter
setRetCode(InfoKey) - Method in class pdp.compileplatform.frontend.ConnectRet
set the information object for this ConnectRet object
setRetCode(InfoKey) - Method in class pdp.compileplatform.frontend.GetDetailsRet
set the error code for this GetDetailsRet object
setRetCode(InfoKey) - Method in class pdp.compileplatform.frontend.GetLanguagesRet
set the information object for this GetLanguagesRet object
setRetCode(InfoKey) - Method in class pdp.compileplatform.frontend.GetStatusRet
set the information object for this GetStatusRet object
setRetCode(InfoKey) - Method in class pdp.compileplatform.frontend.SendRequestRet
set the information object for this SendRequestRet object
setSessionCleanerTimer(int) - Method in class pdp.compileplatform.session.ClientsManager
Change the clients cleaning time frequency
setSessionCleanerTimer(int) - Method in interface pdp.compileplatform.session.ClientsManagerInterface
Change the session cleaning time frequency
setSessionKey(String) - Method in class pdp.compileplatform.frontend.ConnectRet
set the session key associated to this ConnectRet object
setSrcFileName(String) - Method in class pdp.compileplatform.session.Task
Replace the name of the task's source file by the one given in argument
setSrcFileName(String) - Method in interface pdp.compileplatform.session.TaskInterface
Replace the name of the task's source file by the one given in argument
setStatus(InfoKey) - Method in class pdp.compileplatform.frontend.GetDetailsRet
set the status code of this GetDetailsRet object
setStatus(InfoKey) - Method in class pdp.compileplatform.frontend.GetStatusRet
set the status for this GetStatusRet object
setStatus(EnumStatus) - Method in class pdp.compileplatform.session.TaskResults
Change the value of the status with the one given in parameters
setStatus(EnumStatus) - Method in interface pdp.compileplatform.session.TaskResultsInterface
Change the value of the status with the one given in parameters
setStdErr(String) - Method in class pdp.compileplatform.frontend.GetDetailsRet
set the standard error of this GetDetailsRet object
setStdErr(String) - Method in class pdp.compileplatform.session.TaskResults
Change the stderr of the task with the new one given in parameters
setStdErr(String) - Method in interface pdp.compileplatform.session.TaskResultsInterface
Change the stderr of the task with the new one given in parameters
setStdIn(String) - Method in class pdp.compileplatform.session.TaskParameters
Change the stdin to give at the execution of the task by the one given in parameters
setStdIn(String) - Method in interface pdp.compileplatform.session.TaskParametersInterface
Change the stdin to give at the execution of the task by the one given in parameters
setStdOut(String) - Method in class pdp.compileplatform.frontend.GetDetailsRet
set the standard output of this GetDetailsRet object
setStdOut(String) - Method in class pdp.compileplatform.session.TaskResults
Change the stdout of the task with the new one given in parameters
setStdOut(String) - Method in interface pdp.compileplatform.session.TaskResultsInterface
Change the stdout of the task with the new one given in parameters
setTimeCompilInfo(float) - Method in class pdp.compileplatform.session.TaskResults
Change the compilation's time with the new one given in parameters
setTimeCompilInfo(float) - Method in interface pdp.compileplatform.session.TaskResultsInterface
Change the compilation's time with the new one given in parameters
setTimeExecInfo(float) - Method in class pdp.compileplatform.session.TaskResults
Change the execution's time with the new one given in parameters
setTimeExecInfo(float) - Method in interface pdp.compileplatform.session.TaskResultsInterface
Change the execution's time with the new one given in parameters
setTimeInfo(float) - Method in class pdp.compileplatform.frontend.GetDetailsRet
set the time duration of this GetDetailsRet object
src - Static variable in class pdp.compileplatform.execution.LangInternal
placeholder for the file containing the source code
A C D E G H I K L M N O P R S T V