| Interface | Description |
|---|---|
| AuthenticationService |
A remote service for authenticating
JobService users. |
| JobService |
A remote service for accepting
ParallelizableJobs,
managing the distribution of tasks to workers, and aggregating the results
submitted by workers. |
| TaskService |
A remote service used by workers to perform tasks for
ParallelizableJobs. |
| Class | Description |
|---|---|
| JobStatus |
Represents the status of a job hosted on the server.
|
| JobStatusMonitor |
Processes
JobStatus events and updates
ProgressMonitors generated from a provided
ProgressMonitorFactory accordingly. |
| Enum | Description |
|---|---|
| JobState |
Indicates the state of a job hosted on the server.
|
| Exception | Description |
|---|---|
| DelegationException |
A
RuntimeException caused by failure of a hub to delegate a
JobService request to a connected server. |
| ProtocolVersionException |
An
Exception that is thrown to indicate that the client is not
compatible with the server. |
Copyright © 2016. All rights reserved.