| Package | Description |
|---|---|
| org.jrebirth.af.core.command |
Provides base classes for JRebirth Command layer.
|
| org.jrebirth.af.core.concurrent |
Provides...
|
| Modifier and Type | Field and Description |
|---|---|
private RunType |
AbstractBaseCommand.runIntoThread
The field that indicates how this command must be launched.
|
| Modifier and Type | Method and Description |
|---|---|
protected RunType |
AbstractBaseCommand.getRunInto() |
| Constructor and Description |
|---|
AbstractBaseCommand(RunType runType,
RunnablePriority priority)
Default constructor.
|
AbstractMultiCommand(RunType runInto)
Default Constructor.
|
AbstractMultiCommand(RunType runInto,
boolean sequential)
Default Constructor.
|
AbstractMultiCommand(RunType runInto,
RunnablePriority priority,
boolean sequential)
Default Constructor.
|
AbstractSingleCommand(RunType runInto)
Default constructor.
|
AbstractSingleCommand(RunType runInto,
RunnablePriority priority)
Default constructor.
|
DefaultMultiBeanCommand(RunType runInto)
Default Constructor.
|
DefaultMultiBeanCommand(RunType runInto,
boolean sequential)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RunType |
RunType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunType[] |
RunType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JRebirth.run(RunType runInto,
JRebirthRunnable runnable)
Run the task into the appropriated thread.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.