Uses of Class
eu.unicore.hila.grid.TaskStatus

Packages that use TaskStatus
eu.unicore.hila.grid This is an abstract Grid API, implementations of which can be used to access different middlware. 
 

Uses of TaskStatus in eu.unicore.hila.grid
 

Methods in eu.unicore.hila.grid that return TaskStatus
 TaskStatus Task.block()
          Block on this Task until it reaches a final state ( SUCCESSFUL, ABORTED, FAILED).
 TaskStatus Task.block(long millis)
          Block for at most millis ms until this Task reaches a final state.
 TaskStatus StatusChangedEvent.getStatus()
           
 TaskStatus Job.startASync(StatusChangeListener listener, File... imports)
          This method is similar to Job.startASync(File...), but an additional parameter allows to provide a StatusChangeListener that is interested in receiving notifications of changes of the TaskStatus.
 TaskStatus Job.startSync(File... imports)
          Synchronous start of the task.
 TaskStatus Task.status()
          The current TaskStatus of this Task.
static TaskStatus TaskStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskStatus[] TaskStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in eu.unicore.hila.grid with parameters of type TaskStatus
StatusChangedEvent(Task _task, TaskStatus _status)
           
 



Copyright © 2010-2013 UNICORE. All Rights Reserved.