Package | Description |
---|---|
pdp.compileplatform.frontend |
Modifier and Type | Method and Description |
---|---|
InfoKey |
RequestListenerInterface.disconnect(java.lang.String sessionKey)
web method to disconnect from the server , all client specific data are removed after
|
InfoKey |
RequestListener.disconnect(java.lang.String sessionKey)
disconnects a client from the server , all client specific data are removed after
|
InfoKey |
RequestHandlerInterface.disconnect(java.lang.String sessionKey)
disconnects a client from the server , all client specific data are removed after
|
InfoKey |
RequestHandler.disconnect(java.lang.String sessionKey)
disconnect a client from the server
disconnect |
InfoKey |
GetStatusRet.getResult()
get the result for this GetStatusRet object
|
InfoKey |
GetDetailsRet.getResult()
get the result code of this GetDetailsRet object
|
InfoKey |
SendRequestRet.getRetCode()
get the information object associated to this SendRequestRet object
|
InfoKey |
GetStatusRet.getRetCode()
get the information object for this GetStatusRet object
|
InfoKey |
GetLanguagesRet.getRetCode()
get the information object for this GetLanguagesRet object
|
InfoKey |
GetDetailsRet.getRetCode()
get the error code of this GetDetailsRet object
|
InfoKey |
ConnectRet.getRetCode()
get the information object associated to this ConnectRet object
|
InfoKey |
GetStatusRet.getStatus()
get the status for this GetStatusRet object
|
InfoKey |
GetDetailsRet.getStatus()
get the status code of this GetDetailsRet object
|
InfoKey |
RequestListenerInterface.run(java.lang.String sessionKey,
int taskReference,
java.lang.String cmdArgs,
java.lang.String stdIn)
web method to run previously submitted task
|
InfoKey |
RequestListener.run(java.lang.String sessionKey,
int taskReference,
java.lang.String cmdArgs,
java.lang.String stdIn)
runs previously submitted task
|
InfoKey |
RequestHandlerInterface.run(java.lang.String sessionKey,
int taskReference,
java.lang.String cmdArgs,
java.lang.String stdIn)
runs previously submitted task
|
InfoKey |
RequestHandler.run(java.lang.String sessionKey,
int taskReference,
java.lang.String cmdArgs,
java.lang.String stdIn)
run a previously submitted task
running task |
Modifier and Type | Method and Description |
---|---|
void |
GetStatusRet.setResult(InfoKey result)
set the result for this GetStatusRet object
|
void |
GetDetailsRet.setResult(InfoKey result)
set the result code of this GetDetailsRet object
|
void |
SendRequestRet.setRetCode(InfoKey retCode)
set the information object for this SendRequestRet object
|
void |
GetStatusRet.setRetCode(InfoKey retCode)
set the information object for this GetStatusRet object
|
void |
GetLanguagesRet.setRetCode(InfoKey retCode)
set the information object for this GetLanguagesRet object
|
void |
GetDetailsRet.setRetCode(InfoKey retCode)
set the error code for this GetDetailsRet object
|
void |
ConnectRet.setRetCode(InfoKey retCode)
set the information object for this ConnectRet object
|
void |
GetStatusRet.setStatus(InfoKey status)
set the status for this GetStatusRet object
|
void |
GetDetailsRet.setStatus(InfoKey status)
set the status code of this GetDetailsRet object
|
Constructor and Description |
---|
ConnectRet(InfoKey retCode,
java.lang.String sessionKey)
Constructs a ConnectRet object
|
GetDetailsRet(InfoKey retCode,
InfoKey status,
InfoKey result,
java.lang.String stdOut,
java.lang.String stdErr,
float timeInfo)
Constructs a GetDetailsRet object
|
GetLanguagesRet(InfoKey retCode,
Lang[] languages)
Constructs a GetLanguagesRet object
|
GetStatusRet(InfoKey retCode,
InfoKey status,
InfoKey result)
Constructs a GetStatusRet object
|
SendRequestRet(InfoKey retCode,
int reference)
Constructs a SendRequestRet object
|