Interface | Description |
---|---|
JobDescriptor |
This class represents a job for the policy.
|
Scheduler |
Scheduler interface for someone connected to the scheduler.
|
SchedulerAuthenticationInterface |
Scheduler Authentication Interface provides method to connect to the scheduler.
|
SchedulerEventListener |
Class providing events that the scheduler is able to send using the described listener.
|
SchedulerSpaceInterface | |
SchedulerState<T extends JobState> |
This interface is a representation of the whole scheduler jobs list state.
It is basically represented by 3 lists of jobs, and their scheduling status. |
TaskDescriptor |
This class represents a task for the policy.
|
TaskTerminateNotification |
Interface that can be notified of a task termination
|
ThirdPartyCredentials |
Third-party credentials are key-value pairs associated to a particular user and saved in the database.
|
Class | Description |
---|---|
JobFilterCriteria | |
JobFilterCriteriaBuilder | |
NotificationData<T> |
NotificationData is used by the Scheduler Core to notify the front-end of any changes.
|
Page<T extends Serializable> | |
SchedulerAuthenticationGUIHelper |
SchedulerAuthenticationHelper provides a graphical user interface to connect to the ProActiveScheduler.
|
SchedulerConnection |
Start here, it provides a method to join an existing scheduler.
The method SchedulerConnection.join(String) returns a SchedulerAuthenticationInterface in order to give the scheduler
the possibility to authenticate user that wants to connect a scheduler. |
SchedulerConstants |
Constant types in the Scheduler.
|
SchedulerUsers |
SchedulerUsers is the list of user connected to the scheduler with the GUI.
This can provide informations about who is connected, what are their status, etc... |
SortSpecifierContainer |
Utility container to pass multiple parameters for tasks sorting.
|
TaskFilterCriteria |
Default values for the embedded criteria are the following:
no tag filtering
no dates filtering
no pagination
all status are selected
no sort parameter
|
TaskFilterCriteria.TFCBuilder | |
UniversalSchedulerListener |
Wrapper class for Scheduler Event Listener.
|
Enum | Description |
---|---|
JobSortParameter | |
SchedulerEvent |
Enumeration of all different events that scheduler can invoke.
|
SchedulerStatus |
Status of the scheduler.
|
TaskSortParameter |
Exception | Description |
---|---|
TaskTerminateNotification.TerminateTaskException |