Package | Description |
---|---|
jadex.bridge.service.types.clock | |
jadex.bridge.service.types.threadpool | |
jadex.commons.concurrent |
This package contains a thread pool implementation.
|
jadex.commons.concurrent.java5 | |
jadex.commons.gui |
Modifier and Type | Method and Description |
---|---|
void |
IClockService.setClock(String type,
IThreadPool tp)
Set the clock.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDaemonThreadPoolService
Interface for threadpool service.
|
interface |
IThreadPoolService
Interface for threadpool service.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadPool
A thread pool manages pool and saves resources
and time by precreating and reusing pool.
|
Modifier and Type | Method and Description |
---|---|
static IThreadPool |
ThreadPoolFactory.createThreadPool()
Create a local thread pool.
|
static IThreadPool |
ThreadPoolFactory.getThreadPool(String name)
Get the global thread pool instance.
|
Constructor and Description |
---|
Executor(IThreadPool threadpool)
Create an executor object.
|
Executor(IThreadPool threadpool,
IExecutable executable)
Create an executor object.
|
LoadManagingExecutionService(IThreadPool pool)
Create an execution service with default settings
(timeslice=50).
|
LoadManagingExecutionService(IThreadPool threadpool,
long timeslice)
Create an execution service with given settings.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaThreadPool
A thread pool based on the java.util.concurrent package.
|
Modifier and Type | Method and Description |
---|---|
IThreadPool |
ClassSearchPanel.getThreadPool()
Get the thread pool.
|
Modifier and Type | Method and Description |
---|---|
static Class<?> |
ClassSearchPanel.showDialog(ClassLoader cl,
IThreadPool tp,
Component parent)
Show a repository and artifact dialog.
|
Constructor and Description |
---|
ClassSearchPanel(ClassLoader cl,
IThreadPool tp)
Create a new search panel.
|
ClassSearchPanel(ClassLoader cl,
IThreadPool tp,
boolean interfaces,
boolean absclasses,
boolean classes,
boolean innerclasses)
Create a new search panel.
|
Copyright © 2013. All Rights Reserved.