public class ManagedThreadFactory<T extends ManagedThreadFactory<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ManagedThreadFactory(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic ManagedThreadFactory(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String contextService()
public T contextService(String value)
public String jndiName()
public Integer priority()
Copyright © 2017 JBoss by Red Hat. All rights reserved.