@Address(value="/subsystem=datasources/data-source=*/connection-properties=*") public class ConnectionProperties<T extends ConnectionProperties<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConnectionProperties(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
value()
Each connection-property specifies a string name/value pair with the
property name coming from the name attribute and the value coming from
the element content
|
T |
value(String value)
Each connection-property specifies a string name/value pair with the
property name coming from the name attribute and the value coming from
the element content
|
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 ConnectionProperties(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="value") public String value()
Copyright © 2017 JBoss by Red Hat. All rights reserved.