| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ee |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedThreadFactory> |
Ee.EeResources.managedThreadFactorys()
Get the list of org.wildfly.swarm.config.ee.ManagedThreadFactory resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ee.managedThreadFactory(ManagedThreadFactory value)
Add the org.wildfly.swarm.config.ee.ManagedThreadFactory object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ee.managedThreadFactorys(List<ManagedThreadFactory> value)
Add all org.wildfly.swarm.config.ee.ManagedThreadFactory objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ManagedThreadFactory |
ManagedThreadFactory.contextService(String value)
The name of the context service to be used by the managed thread factory
|
ManagedThreadFactory |
ManagedThreadFactory.jndiName(String value)
The JNDI Name to lookup the managed thread factory.
|
ManagedThreadFactory |
ManagedThreadFactory.priority(Integer value)
The priority applied to threads created by the factory
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.