Uses of Class
org.globus.cog.abstraction.impl.common.task.TaskSubmissionException

Packages that use TaskSubmissionException
org.globus.cog.abstraction.impl.common.sandbox   
org.globus.cog.abstraction.impl.common.task   
org.globus.cog.abstraction.impl.common.taskgraph   
org.globus.cog.abstraction.impl.file   
org.globus.cog.abstraction.impl.fileTransfer   
org.globus.cog.abstraction.interfaces   
 

Uses of TaskSubmissionException in org.globus.cog.abstraction.impl.common.sandbox
 

Methods in org.globus.cog.abstraction.impl.common.sandbox that throw TaskSubmissionException
protected  Object SandboxingTaskHandlerDelegate.request(int type, Task task)
           
protected  void SandboxingTaskHandlerDelegate.request(org.globus.cog.abstraction.impl.common.sandbox.SandboxingTaskHandlerDelegate.Request request)
           
 void SandboxingTaskHandlerDelegate.submit(Task task)
           
 void SandboxingTaskHandlerDelegate.suspend(Task task)
           
 void SandboxingTaskHandlerDelegate.resume(Task task)
           
 void SandboxingTaskHandlerDelegate.cancel(Task task)
           
 void SandboxingTaskHandler.submit(Task task)
           
 void SandboxingTaskHandler.suspend(Task task)
           
 void SandboxingTaskHandler.resume(Task task)
           
 void SandboxingTaskHandler.cancel(Task task)
           
 

Uses of TaskSubmissionException in org.globus.cog.abstraction.impl.common.task
 

Methods in org.globus.cog.abstraction.impl.common.task that throw TaskSubmissionException
 void GenericTaskHandler.submit(Task task)
           
 void GenericTaskHandler.suspend(Task task)
           
 void GenericTaskHandler.resume(Task task)
           
 void GenericTaskHandler.cancel(Task task)
           
 void FileTransferTaskHandler.submit(Task task)
           
 void FileTransferTaskHandler.suspend(Task task)
           
 void FileTransferTaskHandler.resume(Task task)
           
 void FileTransferTaskHandler.cancel(Task task)
           
 void FileOperationTaskHandler.submit(Task task)
           
 void FileOperationTaskHandler.suspend(Task task)
           
 void FileOperationTaskHandler.resume(Task task)
           
 void FileOperationTaskHandler.cancel(Task task)
           
 void ExecutionTaskHandler.submit(Task task)
           
 void ExecutionTaskHandler.suspend(Task task)
           
 void ExecutionTaskHandler.resume(Task task)
           
 void ExecutionTaskHandler.cancel(Task task)
           
 void CachingFileTransferTaskHandler.submit(Task task)
           
 void CachingFileOperationTaskHandler.submit(Task task)
           
 

Uses of TaskSubmissionException in org.globus.cog.abstraction.impl.common.taskgraph
 

Methods in org.globus.cog.abstraction.impl.common.taskgraph that throw TaskSubmissionException
 void TaskGraphHandlerImpl.submit(TaskGraph taskgraph)
           
 boolean TaskGraphHandlerImpl.suspend(Identity identity)
           
 boolean TaskGraphHandlerImpl.resume(Identity identity)
           
 boolean TaskGraphHandlerImpl.cancel(Identity identity)
           
 

Uses of TaskSubmissionException in org.globus.cog.abstraction.impl.file
 

Methods in org.globus.cog.abstraction.impl.file that throw TaskSubmissionException
 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 CachingDelegatedFileOperationHandler.submit(Task task)
           
 

Uses of TaskSubmissionException in org.globus.cog.abstraction.impl.fileTransfer
 

Methods in org.globus.cog.abstraction.impl.fileTransfer that throw TaskSubmissionException
 void DelegatedFileTransferHandler.submit(Task task)
           
 void DelegatedFileTransferHandler.suspend()
           
 void DelegatedFileTransferHandler.resume()
           
 void DelegatedFileTransferHandler.cancel()
           
protected  void DelegatedFileTransferHandler.transferUsingFileResources(Service sourceService, Service destinationService)
           
 

Uses of TaskSubmissionException in org.globus.cog.abstraction.interfaces
 

Methods in org.globus.cog.abstraction.interfaces that throw TaskSubmissionException
 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 TaskGraphHandler.submit(TaskGraph taskgraph)
          Submits the given TaskGraphfor execuiton.
 boolean TaskGraphHandler.suspend(Identity identity)
          Suspends an ExecutableObjectthat is currently active in the taskgraph.
 boolean TaskGraphHandler.resume(Identity identity)
          Resumes the execution of an ExecutableObjectin the taskgraph that was previously suspended by the TaskGraphHandler.suspend(Identity)method.
 boolean TaskGraphHandler.cancel(Identity identity)
          Cancels the execution of an ExecutableObject.
 void FileResource.submit(ExecutableObject commandWorkflow)
          Executes a non-interactive workflow of commands on the FileResource
 void DelegatedTaskHandler.submit(Task task)
          This method is responsible for submitting the given Task to the remote Service in compliance with the appropriate provider.
 void DelegatedTaskHandler.suspend()
          Suspends the currently active task.
 void DelegatedTaskHandler.resume()
          Resumes the execution of a task that was previously suspended by the DelegatedTaskHandler.suspend()method.
 void DelegatedTaskHandler.cancel()
          Cancels the execution of a task that was previously submitted by the DelegatedTaskHandler.submit(Task)method.