Uses of Class
com.atlassian.jira.task.AlreadyExecutingException

Packages that use AlreadyExecutingException
com.atlassian.jira.task   
 

Uses of AlreadyExecutingException in com.atlassian.jira.task
 

Methods in com.atlassian.jira.task that throw AlreadyExecutingException
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.