| Package | Description |
|---|---|
| ca.eandb.jdcp | |
| ca.eandb.jdcp.remote |
| Modifier and Type | Method and Description |
|---|---|
static JobService |
JdcpUtil.connect(String host,
String username,
String password)
Connects to a JDCP server.
|
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.
|
static UUID |
JdcpUtil.submitJob(ParallelizableJob job,
String description,
String host,
String username,
String password)
Submits a job to a server for processing.
|
| Modifier and Type | Method and Description |
|---|---|
JobService |
AuthenticationService.authenticate(String username,
String password,
UUID protocolVersionId)
Authenticates a user.
|
Copyright © 2016. All rights reserved.