- Task - Class in pdp.compileplatform.session
-
A concrete implementation of the TaskInterface interface
- Task(ClientInterface, int, String, String, boolean, String, String) - Constructor for class pdp.compileplatform.session.Task
-
Construct an object Task
- TaskExecutor - Class in pdp.compileplatform.execution
-
A concrete implementation of the TaskExecutorInterface interface using
docker for the sandboxing
- TaskExecutor(TaskQueueInterface, String, double, String) - Constructor for class pdp.compileplatform.execution.TaskExecutor
-
Constructs an executor using docker as sandbox
- TaskExecutorInterface - Interface in pdp.compileplatform.execution
-
This interface presents the services that an object must
implements to handle clients request for compilation, execution and
interpretation.
- TaskInterface - Interface in pdp.compileplatform.session
-
This interface presents the different methods that must be implemented for a task.
- taskMaxInactivity - Variable in class pdp.compileplatform.frontend.CmdLineParser
-
- TaskParameters - Class in pdp.compileplatform.session
-
A concrete implementation of the TaskParametersInterface interface
- TaskParametersInterface - Interface in pdp.compileplatform.session
-
This interface presents the different methods that must be implemented for a TasksParametersInterface.
- TaskQueue - Class in pdp.compileplatform.execution
-
A concrete implementation of the TaskQueueInterface interface
using the Deque
interface
- TaskQueue() - Constructor for class pdp.compileplatform.execution.TaskQueue
-
Construct a TaskQueue
- TaskQueueInterface - Interface in pdp.compileplatform.execution
-
This interface presents the basics methods that a queue object managing
tasks must implement.
- TaskResults - Class in pdp.compileplatform.session
-
A concrete implementation of the TaskResultsInterface interface
- TaskResultsInterface - Interface in pdp.compileplatform.session
-
This interface presents the different methods that must be implemented for a TasksResultsInterface.
- TasksManager - Class in pdp.compileplatform.session
-
A concrete implementation of the TaskManagerInterface interface
- TasksManager() - Constructor for class pdp.compileplatform.session.TasksManager
-
Construct a TaskManager
- TasksManagerInterface - Interface in pdp.compileplatform.session
-
This interface presents the different methods that must be implemented for a TasksManager.