| Package | Description |
|---|---|
| org.jrebirth.af.api.annotation |
This package provides all annotations used by JRebirth to simplify its internal management.
|
| org.jrebirth.af.api.component.factory |
Provides contract used to build EnhancedComponent.
|
| org.jrebirth.af.api.concurrent |
Provides API to manage concurrent access.
|
| Modifier and Type | Method and Description |
|---|---|
static PriorityLevel |
PriorityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriorityLevel[] |
PriorityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PriorityLevel |
RegistrationItem.priority()
Return the registration priority level.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationItem |
RegistrationItem.priority(PriorityLevel priority)
Set the registration priority level.
|
| Modifier and Type | Method and Description |
|---|---|
default PriorityLevel |
JRebirthRunnable.priority()
Return the runnable priority.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IJRebirthThreadPoolExecutor.checkAvailability(PriorityLevel taskPriority)
Check if a slot is available for the given task priority.
|
Copyright © 2011–2018 JRebirth OSS. All rights reserved.