@Address(value="/subsystem=datasources/data-source=*/connection-properties=*") public class ConnectionProperties<T extends ConnectionProperties<T>> extends Object implements Keyed
| 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
|
public ConnectionProperties(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="value") public String value()
Copyright © 2019 JBoss by Red Hat. All rights reserved.