| Package | Description |
|---|---|
| org.arquillian.spacelift.execution |
| Modifier and Type | Method and Description |
|---|---|
Execution<OUT> |
Task.execute()
Asynchronously executes current chain of tasks.
|
<T> Execution<T> |
ExecutionService.execute(Callable<T> task)
Executes a task asynchronously.
|
Execution<RESULT> |
Execution.markAsFinished()
Marks execution as finished.
|
Execution<RESULT> |
Execution.reexecuteEvery(long step,
TimeUnit unit)
Sets interval for execution reexecution.
|
Execution<RESULT> |
Execution.registerShutdownHook()
Registers a shutdown hook that is applied in case program is still running when JVM is going to terminate.
|
<T> Execution<T> |
ExecutionService.schedule(Callable<T> task,
long delay,
TimeUnit unit)
Schedules a task to be executed periodically until
breakCondition is evaluate to true or timeout is
reached. |
Execution<RESULT> |
Execution.terminate()
Immediately terminates execution evaluation.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.