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