Package | Description |
---|---|
jadex.bridge.service.types.execution | |
jadex.commons.concurrent |
This package contains a thread pool implementation.
|
Modifier and Type | Method and Description |
---|---|
IExecutable[] |
IExecutionService.getRunningTasks()
Get the currently running or waiting tasks.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
IExecutionService.cancel(IExecutable task)
Cancel a task.
|
void |
IExecutionService.execute(IExecutable task)
Execute a task.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadManagingExecutionService.execute(IExecutable executable,
double priority)
Execute a task.
|
void |
Executor.setExecutable(IExecutable executable)
Set the executable.
|
Constructor and Description |
---|
Executor(IThreadPool threadpool,
IExecutable executable)
Create an executor object.
|
LoadManagingExecutionService.Task(IExecutable task,
double priority)
Create a new task info for a given task.
|
Copyright © 2013. All Rights Reserved.