Skip navigation links
A C E G I O R S T 

A

await() - Method in interface com.github.deinok.threading.group.ITaskGroup
 
await() - Method in class com.github.deinok.threading.group.TaskList
 
await() - Method in class com.github.deinok.threading.Task
Ensures that the result is ready to be returned

C

cancel() - Method in interface com.github.deinok.threading.group.ITaskGroup
 
cancel() - Method in class com.github.deinok.threading.group.TaskList
 
cancel() - Method in class com.github.deinok.threading.Task
Cancel the Task
com.github.deinok.threading - package com.github.deinok.threading
 
com.github.deinok.threading.group - package com.github.deinok.threading.group
 

E

execute(R) - Method in interface com.github.deinok.threading.OnSuccess
 
executeAsync() - Method in interface com.github.deinok.threading.group.ITaskGroup
 
executeAsync() - Method in class com.github.deinok.threading.group.TaskList
 
executeAsync() - Method in class com.github.deinok.threading.Task
Executes the Task Asynchronous
executeSync() - Method in interface com.github.deinok.threading.group.ITaskGroup
 
executeSync() - Method in class com.github.deinok.threading.group.TaskList
 
executeSync() - Method in class com.github.deinok.threading.Task
Executes the Task Synchronous

G

getPriority() - Method in interface com.github.deinok.threading.group.ITaskGroup
 
getPriority() - Method in class com.github.deinok.threading.group.TaskList
 
getPriority() - Method in class com.github.deinok.threading.Task
Gets the priority of the Task
getResult() - Method in interface com.github.deinok.threading.group.ITaskGroup
 
getResult() - Method in class com.github.deinok.threading.group.TaskList
 
getResult() - Method in class com.github.deinok.threading.Task
Gets the result of the Task

I

ITaskGroup<R> - Interface in com.github.deinok.threading.group
 

O

onSuccess(OnSuccess<R>) - Method in interface com.github.deinok.threading.group.ITaskGroup
 
onSuccess(OnSuccess<R>) - Method in class com.github.deinok.threading.group.TaskList
 
OnSuccess<R> - Interface in com.github.deinok.threading
 
onSuccess(OnSuccess<R>) - Method in class com.github.deinok.threading.Task
Callback executed when the Task result is ready

R

RuntimeThreadException - Exception in com.github.deinok.threading
 
RuntimeThreadException() - Constructor for exception com.github.deinok.threading.RuntimeThreadException
 
RuntimeThreadException(String) - Constructor for exception com.github.deinok.threading.RuntimeThreadException
 
RuntimeThreadException(String, Throwable) - Constructor for exception com.github.deinok.threading.RuntimeThreadException
 
RuntimeThreadException(Throwable) - Constructor for exception com.github.deinok.threading.RuntimeThreadException
 

S

setPriority(int) - Method in interface com.github.deinok.threading.group.ITaskGroup
 
setPriority(int) - Method in class com.github.deinok.threading.group.TaskList
 
setPriority(int) - Method in class com.github.deinok.threading.Task
Sets the priority

T

Task<R> - Class in com.github.deinok.threading
A Task in parallel
Task(Callable<R>) - Constructor for class com.github.deinok.threading.Task
Creates a new Task
TaskList<R> - Class in com.github.deinok.threading.group
 
TaskList() - Constructor for class com.github.deinok.threading.group.TaskList
 
A C E G I O R S T 
Skip navigation links

Copyright © 2016. All rights reserved.