|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Task in org.globus.cog.abstraction.impl.common |
| Methods in org.globus.cog.abstraction.impl.common with parameters of type Task | |
void |
StatusEvent.setSource(Task source)
|
| Uses of Task in org.globus.cog.abstraction.impl.common.sandbox |
| Methods in org.globus.cog.abstraction.impl.common.sandbox with parameters of type Task | |
protected Object |
SandboxingTaskHandlerDelegate.request(int type,
Task task)
|
void |
SandboxingTaskHandlerDelegate.submit(Task task)
|
void |
SandboxingTaskHandlerDelegate.suspend(Task task)
|
void |
SandboxingTaskHandlerDelegate.resume(Task task)
|
void |
SandboxingTaskHandlerDelegate.cancel(Task task)
|
void |
SandboxingTaskHandlerDelegate.remove(Task task)
|
void |
SandboxingTaskHandler.submit(Task task)
|
void |
SandboxingTaskHandler.suspend(Task task)
|
void |
SandboxingTaskHandler.resume(Task task)
|
void |
SandboxingTaskHandler.cancel(Task task)
|
void |
SandboxingTaskHandler.remove(Task task)
|
| Uses of Task in org.globus.cog.abstraction.impl.common.task |
| Classes in org.globus.cog.abstraction.impl.common.task that implement Task | |
class |
FileOperationTask
|
class |
FileTransferTask
|
class |
JobSubmissionTask
|
class |
TaskImpl
|
| Methods in org.globus.cog.abstraction.impl.common.task that return Task | |
Task |
OutputEvent.getSource()
|
| Methods in org.globus.cog.abstraction.impl.common.task with parameters of type Task | |
void |
OutputEvent.setSource(Task source)
|
void |
GenericTaskHandler.submit(Task task)
|
void |
GenericTaskHandler.suspend(Task task)
|
void |
GenericTaskHandler.resume(Task task)
|
void |
GenericTaskHandler.cancel(Task task)
|
void |
GenericTaskHandler.remove(Task task)
|
void |
FileTransferTaskHandler.submit(Task task)
|
void |
FileTransferTaskHandler.suspend(Task task)
|
void |
FileTransferTaskHandler.resume(Task task)
|
void |
FileTransferTaskHandler.cancel(Task task)
|
void |
FileTransferTaskHandler.remove(Task task)
|
void |
FileOperationTaskHandler.submit(Task task)
|
void |
FileOperationTaskHandler.suspend(Task task)
|
void |
FileOperationTaskHandler.resume(Task task)
|
void |
FileOperationTaskHandler.cancel(Task task)
|
void |
FileOperationTaskHandler.remove(Task task)
|
void |
ExecutionTaskHandler.submit(Task task)
|
void |
ExecutionTaskHandler.suspend(Task task)
|
void |
ExecutionTaskHandler.resume(Task task)
|
void |
ExecutionTaskHandler.cancel(Task task)
|
void |
ExecutionTaskHandler.remove(Task task)
|
void |
CachingFileTransferTaskHandler.submit(Task task)
|
void |
CachingFileOperationTaskHandler.submit(Task task)
|
| Constructors in org.globus.cog.abstraction.impl.common.task with parameters of type Task | |
OutputEvent(Task source,
String output)
|
|
| Uses of Task in org.globus.cog.abstraction.impl.common.util |
| Methods in org.globus.cog.abstraction.impl.common.util that return Task | |
Task |
FileTransfer.transfer(String sourceUri,
String destUri)
|
Task |
FileTransfer.transfer(String sourceUri,
String destUri,
boolean block)
|
| Uses of Task in org.globus.cog.abstraction.impl.file |
| Methods in org.globus.cog.abstraction.impl.file with parameters of type Task | |
void |
TaskHandlerImpl.submit(Task task)
submit the task for execution. |
void |
TaskHandlerImpl.submit(Task task,
FileResource fileResource)
submit task to the appropriate file resource to carry out the operation. |
void |
TaskHandlerImpl.suspend(Task task)
Suspend a task |
void |
TaskHandlerImpl.resume(Task task)
resume a task |
void |
TaskHandlerImpl.cancel(Task task)
cancel a task |
void |
TaskHandlerImpl.remove(Task task)
remove a task completely |
void |
CachingDelegatedFileOperationHandler.submit(Task task)
|
protected void |
CachingDelegatedFileOperationHandler.setTaskStatus(Task task,
int statusCode,
Exception exception,
String message)
|
| Uses of Task in org.globus.cog.abstraction.impl.fileTransfer |
| Methods in org.globus.cog.abstraction.impl.fileTransfer with parameters of type Task | |
void |
DelegatedFileTransferHandler.submit(Task task)
|
| Uses of Task in org.globus.cog.abstraction.interfaces |
| Methods in org.globus.cog.abstraction.interfaces with parameters of type Task | |
void |
TaskHandler.submit(Task task)
Submits the given Taskfor execuiton. |
void |
TaskHandler.suspend(Task task)
Suspends the currently active task. |
void |
TaskHandler.resume(Task task)
Resumes the execution of a task that was previously suspended by the TaskHandler.suspend(Task)method. |
void |
TaskHandler.cancel(Task task)
Cancels the execution of a task that was previously submitted by the TaskHandler.submit(Task)method. |
void |
TaskHandler.remove(Task task)
Removes the given Task from the TaskHandler
cache. |
void |
DelegatedTaskHandler.submit(Task task)
This method is responsible for submitting the given Task
to the remote Service in compliance with the appropriate
provider. |
| Uses of Task in org.globus.cog.abstraction.xml |
| Methods in org.globus.cog.abstraction.xml that return Task | |
static Task |
TaskUnmarshaller.unmarshal(File xmlFile)
|
static Task |
TaskUnmarshaller.unmarshal(Task xmlTask)
|
| Methods in org.globus.cog.abstraction.xml with parameters of type Task | |
static void |
TaskMarshaller.marshal(Task task,
File xmlFile)
|
static void |
TaskMarshaller.marshal(Task task,
Task xmlTask)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||