Package | Description |
---|---|
edu.illinois.ncsa.isda.softwareserver.parametrized |
Software Servers supporting parameters.
|
Modifier and Type | Method and Description |
---|---|
SoftwareServerAuxiliary.Subtask |
SoftwareServerAuxiliary.Task.get(int index)
Get a task from the list.
|
Modifier and Type | Method and Description |
---|---|
Vector<SoftwareServerAuxiliary.Subtask> |
SoftwareServerAuxiliary.Task.getSubtasks()
Get the vector of subtasks.
|
Vector<SoftwareServerAuxiliary.Subtask> |
SoftwareServerReslet.getTask(String application_alias,
String task_string,
String filename,
String output_format)
Get the task involved in using the given applications to convert the given file to the specified output format.
|
Vector<SoftwareServerAuxiliary.Subtask> |
SoftwareServerReslet.getTaskInfo(String application_alias,
String task_string,
String input_format,
String output_format) |
Modifier and Type | Method and Description |
---|---|
void |
SoftwareServerAuxiliary.Task.add(SoftwareServerAuxiliary.Subtask subtask)
Add a subtask to the list.
|
Modifier and Type | Method and Description |
---|---|
String |
SoftwareServer.executeTask(String host,
int session,
Vector<SoftwareServerAuxiliary.Subtask> task,
Vector<String> task_params)
Execute the given task.
|
int |
SoftwareServerClient.executeTasks(Vector<SoftwareServerAuxiliary.Subtask> task)
Execute task on the software reuse server.
|
kgm.utility.AsynchronousObject<Integer> |
SoftwareServerClient.executeTasksLater(Vector<SoftwareServerAuxiliary.Subtask> task)
Asynchronously execute a task on the software reuse server.
|
static String |
SoftwareServerAuxiliary.Task.getResult(String cache_path,
int session,
Vector<SoftwareServerAuxiliary.Subtask> task)
Get the result of the given task (i.e.
|
static void |
SoftwareServerAuxiliary.Task.print(Vector<SoftwareServerAuxiliary.Subtask> task)
Print the given tasks.
|
static void |
SoftwareServerAuxiliary.Task.print(Vector<SoftwareServerAuxiliary.Subtask> task,
Vector<SoftwareServerAuxiliary.Application> applications)
Print the given tasks.
|
Copyright © 2014. All rights reserved.