- cleanTasks(long) - Method in class pdp.compileplatform.session.Client
-
Destroy all the old tasks from the client's list of tasks
- cleanTasks(long) - Method in interface pdp.compileplatform.session.ClientInterface
-
Destroy all the old tasks from the client's list of tasks
- cleanTasks(long) - Method in class pdp.compileplatform.session.TasksManager
-
Destroy all the old tasks from its list of tasks
- cleanTasks(long) - Method in interface pdp.compileplatform.session.TasksManagerInterface
-
Destroy all the old tasks from its list of tasks
- clearAllTasks() - Method in class pdp.compileplatform.session.TasksManager
-
Remove all the tasks from the TaskManager
- clearAllTasks() - Method in interface pdp.compileplatform.session.TasksManagerInterface
-
Remove all the tasks from the TaskManager
- Client - Class in pdp.compileplatform.session
-
A concrete implementation of the ClientInterface interface
- Client(String) - Constructor for class pdp.compileplatform.session.Client
-
Construct an object Client
- ClientInterface - Interface in pdp.compileplatform.session
-
This interface presents the different methods that must be implemented for a Client.
- ClientsManager - Class in pdp.compileplatform.session
-
A concrete implementation of the ClientInterface interface
- ClientsManager(int, int, int) - Constructor for class pdp.compileplatform.session.ClientsManager
-
Construct a ClientManager
- ClientsManagerInterface - Interface in pdp.compileplatform.session
-
This interface presents the different methods that must be implemented for a ClientManager.
- CmdLineParser - Class in pdp.compileplatform.frontend
-
Parses the command line arguments of the server for option
- CmdLineParser() - Constructor for class pdp.compileplatform.frontend.CmdLineParser
-
- connect() - Method in class pdp.compileplatform.frontend.RequestHandler
-
connect a client on the server
connect
- connect() - Method in interface pdp.compileplatform.frontend.RequestHandlerInterface
-
connects a client on the server in order to compile, interpret or compile + execute
source code
- connect() - Method in class pdp.compileplatform.frontend.RequestListener
-
connects a client on the server in order to compile, interpret or compile + execute
source code
- connect() - Method in interface pdp.compileplatform.frontend.RequestListenerInterface
-
web method to connect on the server in order to compile, interpret or compile + execute
source code
- connectedSince() - Method in class pdp.compileplatform.session.Client
-
Return the duration since the client connected
- connectedSince() - Method in interface pdp.compileplatform.session.ClientInterface
-
Return the duration since the client connected
- ConnectRet - Class in pdp.compileplatform.frontend
-
This class represents objects returned to a client call to the web method
connect
, it's a JavaBean to allow
its creation by the
JAX-WS API
- ConnectRet(InfoKey, String) - Constructor for class pdp.compileplatform.frontend.ConnectRet
-
Constructs a ConnectRet object
- ConnectRet() - Constructor for class pdp.compileplatform.frontend.ConnectRet
-
Constructs an empty ConnectRet object
- count() - Method in class pdp.compileplatform.execution.TaskQueue
-
Count the number of elements contained in the queue
- count() - Method in interface pdp.compileplatform.execution.TaskQueueInterface
-
Count the number of elements contained in the queue
return an int representing the number of element in the queue
- countClient() - Method in class pdp.compileplatform.session.ClientsManager
-
Count the number of clients in the ClientManager
- countClient() - Method in interface pdp.compileplatform.session.ClientsManagerInterface
-
Count the number of clients in the ClientManager