public class XaDatasourceProperties<T extends XaDatasourceProperties> extends Object
| Constructor and Description |
|---|
XaDatasourceProperties(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
value()
Specifies a property value to assign to the XADataSource implementation class.
|
T |
value(String value)
Specifies a property value to assign to the XADataSource implementation class.
|
public XaDatasourceProperties(String key)
public String getKey()
public String value()
public T value(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.