public class ManagedThreadFactory<T extends ManagedThreadFactory> extends Object
| Constructor and Description |
|---|
ManagedThreadFactory(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
contextService()
The name of the context service to be used by the managed thread factory
|
T |
contextService(String value)
The name of the context service to be used by the managed thread factory
|
String |
getKey() |
String |
jndiName()
The JNDI Name to lookup the managed thread factory.
|
T |
jndiName(String value)
The JNDI Name to lookup the managed thread factory.
|
Integer |
priority()
The priority applied to threads created by the factory
|
T |
priority(Integer value)
The priority applied to threads created by the factory
|
public ManagedThreadFactory(String key)
public String getKey()
public String contextService()
public T contextService(String value)
public String jndiName()
public Integer priority()
Copyright © 2015 JBoss by Red Hat. All rights reserved.