public class ConnectionProperties<T extends ConnectionProperties<T>> extends Object
| 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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String value()
Copyright © 2018 JBoss by Red Hat. All rights reserved.