| 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 | Field and Description |
|---|---|
private RunnablePriority |
AbstractBaseCommand.runnablePriority
The field that indicates the threading priority.
|
| Modifier and Type | Method and Description |
|---|---|
protected RunnablePriority |
AbstractBaseCommand.getRunnablePriority() |
| Constructor and Description |
|---|
AbstractBaseCommand(RunType runType,
RunnablePriority priority)
Default constructor.
|
AbstractMultiCommand(RunType runInto,
RunnablePriority priority,
boolean sequential)
Default Constructor.
|
AbstractSingleCommand(RunType runInto,
RunnablePriority priority)
Default constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private RunnablePriority |
AbstractJrbRunnable.priority
The runnable priority.
|
| Modifier and Type | Method and Description |
|---|---|
RunnablePriority |
JRebirthRunnable.getPriority()
Return the runnable priority.
|
RunnablePriority |
AbstractJrbRunnable.getPriority()
Return the runnable priority.
|
static RunnablePriority |
RunnablePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnablePriority[] |
RunnablePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JRebirthThreadPoolExecutor.checkAvailability(RunnablePriority taskPriority)
Check if a slot is available for the given task priority.
|
private boolean |
JRebirthThreadPoolExecutor.checkPriority(RunnablePriority taskPriority)
Check given priority with current pending list.
|
| Constructor and Description |
|---|
AbstractJrbRunnable(String runnableName,
RunnablePriority priority)
Default Constructor.
|
| 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 | Field and Description |
|---|---|
private RunnablePriority |
ServiceTask.priority
The runnable priority.
|
| Modifier and Type | Method and Description |
|---|---|
RunnablePriority |
ServiceTask.getPriority()
Return the runnable priority.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.