| Package | Description |
|---|---|
| ca.eandb.jdcp | |
| ca.eandb.jdcp.remote |
| Modifier and Type | Method and Description |
|---|---|
static void |
JdcpUtil.registerTaskService(String name,
TaskService taskService,
String host,
String username,
String password)
Connects to a job server and provides a source of tasks to be processed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobService
A remote service for accepting
ParallelizableJobs,
managing the distribution of tasks to workers, and aggregating the results
submitted by workers. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobService.registerTaskService(String name,
TaskService service)
Registers a
TaskService to receive tasks from an external
source. |
Copyright © 2016. All rights reserved.