public class ContextService<T extends ContextService<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ContextService(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
jndiName()
The JNDI Name to lookup the context service.
|
T |
jndiName(String value)
The JNDI Name to lookup the context service.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
useTransactionSetupProvider()
Flag which indicates if the transaction setup provider should be used
|
T |
useTransactionSetupProvider(Boolean value)
Flag which indicates if the transaction setup provider should be used
|
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 ContextService(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String jndiName()
public Boolean useTransactionSetupProvider()
Copyright © 2017 JBoss by Red Hat. All rights reserved.