| Package | Description |
|---|---|
| org.jrebirth.af.core.command |
Provides base classes for JRebirth Command layer.
|
| org.jrebirth.af.core.concurrent |
Provides...
|
| org.jrebirth.af.core.link |
Provides...
|
| org.jrebirth.af.core.service |
Provides base classes for JRebirth Service layer.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CommandRunnable
The class CommandRunnable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJrbRunnable
The class AbstractJrbRunnable.
|
| Modifier and Type | Field and Description |
|---|---|
private List<JRebirthRunnable> |
JRebirthThreadPoolExecutor.pending
The pending list of JRebirthRunnable.
|
private PriorityBlockingQueue<JRebirthRunnable> |
JRebirthThread.processingTasks
The list of tasks being processed, all access MUST BE synchronized.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JRebirth.run(RunType runInto,
JRebirthRunnable runnable)
Run the task into the appropriated thread.
|
static void |
JRebirth.runIntoJAT(JRebirthRunnable runnable)
Run the task into the JavaFX Application Thread [JAT].
|
static void |
JRebirth.runIntoJIT(JRebirthRunnable runnable)
Run into the JRebirth Internal Thread [JIT].
|
void |
JRebirthThread.runIntoJTP(JRebirthRunnable runnable)
Run into thread pool.
|
static void |
JRebirth.runIntoJTP(JRebirthRunnable runnable)
Run into the JRebirth Thread Pool [JTP].
|
void |
JRebirthThread.runLater(JRebirthRunnable runnable)
Run this task as soon as possible.
|
| Modifier and Type | Method and Description |
|---|---|
private JRebirthRunnable |
WaveHandler.buildWaveRunnable(Wave wave,
Method customMethod,
RunnablePriority priority)
Build the wave runnable handler that will handle the wave into the right thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTask<T>
The class ServiceTask.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.