Package | Description |
---|---|
pdp.compileplatform.session |
Modifier and Type | Class and Description |
---|---|
class |
Client
A concrete implementation of the ClientInterface interface
|
Modifier and Type | Method and Description |
---|---|
ClientInterface |
ClientsManagerInterface.addClient()
Create and add a ClientInterface to the ClientManager
|
ClientInterface |
ClientsManager.addClient()
Create and add a ClientInterface to the ClientManager
|
ClientInterface |
TaskInterface.getClient()
Return the ClientInterface which owns the task
|
ClientInterface |
Task.getClient()
Return the ClientInterface which owns the task
|
ClientInterface |
ClientsManagerInterface.getClient(java.lang.String sessionKey)
Return the ClientInterface corresponding to the sessionKey given in the parameters
|
ClientInterface |
ClientsManager.getClient(java.lang.String sessionKey)
Return the ClientInterface corresponding to the sessionKey given in the parameters
|
Modifier and Type | Method and Description |
---|---|
void |
ClientsManagerInterface.removeClient(ClientInterface client)
Remove a ClientInterface from the ClientManager
|
void |
ClientsManager.removeClient(ClientInterface client)
Remove a ClientInterface from the ClientManager
|
Constructor and Description |
---|
Task(ClientInterface owner,
int codeLang,
java.lang.String srcCode,
java.lang.String compilOpt,
boolean toRun,
java.lang.String cmdArgs,
java.lang.String stdIn)
Construct an object Task
|