@Address(value="/subsystem=ee/managed-thread-factory=*") public class ManagedThreadFactory<T extends ManagedThreadFactory<T>> extends HashMap implements Keyed
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="context-service") public String contextService()
public T contextService(String value)
@ModelNodeBinding(detypedName="jndi-name") public String jndiName()
@ModelNodeBinding(detypedName="priority") public Integer priority()
Copyright © 2016 JBoss by Red Hat. All rights reserved.