JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
aQute SARL
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
P
R
S
T
A
after(Runnable, long, String)
- Method in interface biz.aQute.scheduler.api.
Scheduler
Schedule a runnable to run after a certain time.
B
biz.aQute.scheduler.api
- package biz.aQute.scheduler.api
C
cancel()
- Method in interface biz.aQute.scheduler.api.
Task
D
deamon(Scheduler.RunnableWithException, boolean, String)
- Method in interface biz.aQute.scheduler.api.
Scheduler
Execute long running task and optionally restart when exceptions are thrown.
E
execute(Runnable, String)
- Method in interface biz.aQute.scheduler.api.
Scheduler
Executes a task in the background, intended for short term tasks
P
periodic(Runnable, long, String)
- Method in interface biz.aQute.scheduler.api.
Scheduler
Schedule a runnable to run periodically at a fixed rate.
R
run()
- Method in interface biz.aQute.scheduler.api.
Scheduler.RunnableWithException
S
Scheduler
- Interface in
biz.aQute.scheduler.api
A simple scheduler for background tasks.
Scheduler.RunnableWithException
- Interface in
biz.aQute.scheduler.api
submit(Callable<T>, String)
- Method in interface biz.aQute.scheduler.api.
Scheduler
Submit a task and return a promise to the answer
T
Task
- Interface in
biz.aQute.scheduler.api
A Task allows the cancelation
A
B
C
D
E
P
R
S
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
https://aQute.biz
Prev
Next
Frames
No Frames
All Classes
aQute SARL All Rights Reserved