| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ee | 
| Modifier and Type | Method and Description | 
|---|---|
ManagedExecutorService | 
EE.EEResources.managedExecutorService(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ManagedExecutorService> | 
EE.EEResources.managedExecutorServices()
Get the list of ManagedExecutorService resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
EE.managedExecutorService(ManagedExecutorService value)
Add the ManagedExecutorService object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
EE.managedExecutorServices(List<ManagedExecutorService> value)
Add all ManagedExecutorService objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ManagedExecutorService<T extends ManagedExecutorService<T>>
A managed executor service 
 | 
interface  | 
ManagedExecutorServiceConsumer<T extends ManagedExecutorService<T>>  | 
interface  | 
ManagedExecutorServiceSupplier<T extends ManagedExecutorService>  | 
| Modifier and Type | Method and Description | 
|---|---|
ManagedExecutorService | 
ManagedExecutorServiceSupplier.get()
Constructed instance of ManagedExecutorService resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.