Package | Description |
---|---|
sirius.kernel.async |
Provides a framework for asynchronous execution of given tasks.
|
Modifier and Type | Field and Description |
---|---|
protected TaskContext |
BasicTaskContextAdapter.ctx |
Modifier and Type | Method and Description |
---|---|
static TaskContext |
TaskContext.get()
Provides access to the TaskContext for the current thread.
|
TaskContext |
TaskContext.setJob(String job)
Sets the Job component of the System String
|
TaskContext |
TaskContext.setSubSystem(String subSystem)
Sets the Sub-System component of the System String
|
TaskContext |
TaskContext.setSystem(String system)
Sets the System component of the System String
|
Constructor and Description |
---|
BasicTaskContextAdapter(TaskContext ctx)
Creates a new BasicTaskContextAdapter for the given TaskContext.
|
Copyright © 2018. All rights reserved.