Interface | Description |
---|---|
ClientInterface |
This interface presents the different methods that must be implemented for a Client.
|
ClientsManagerInterface |
This interface presents the different methods that must be implemented for a ClientManager.
|
TaskInterface |
This interface presents the different methods that must be implemented for a task.
|
TaskParametersInterface |
This interface presents the different methods that must be implemented for a TasksParametersInterface.
|
TaskResultsInterface |
This interface presents the different methods that must be implemented for a TasksResultsInterface.
|
TasksManagerInterface |
This interface presents the different methods that must be implemented for a TasksManager.
|
Class | Description |
---|---|
Client |
A concrete implementation of the ClientInterface interface
|
ClientsManager |
A concrete implementation of the ClientInterface interface
|
Task |
A concrete implementation of the TaskInterface interface
|
TaskParameters |
A concrete implementation of the TaskParametersInterface interface
|
TaskResults |
A concrete implementation of the TaskResultsInterface interface
|
TasksManager |
A concrete implementation of the TaskManagerInterface interface
|
Enum | Description |
---|---|
EnumResult |
An enumeration of the possible types of results for the execution of a task.
|
EnumStatus |
A concrete implementation of the ClientInterface interface
|